add -D_AIX41 CPP definition

From-SVN: r13488
This commit is contained in:
David Edelsohn 1997-01-13 21:41:50 +00:00
parent a17cd30de0
commit 686fc14126

View File

@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */
#define ASM_SPEC "-u %(asm_cpu)"
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 \
#define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 \
-Asystem(unix) -Asystem(aix)"
#undef CPP_SPEC