Deleted Added
full compact
aix41.h (90075) aix41.h (117395)
1/* Definitions of target machine for GNU compiler,
2 for IBM RS/6000 POWER running AIX version 4.1.
3 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 Free Software Foundation, Inc.
5 Contributed by David Edelsohn (edelsohn@gnu.org).
6
7This file is part of GNU CC.
8

--- 19 unchanged lines hidden (view full) ---

28 N_("Support message passing with the Parallel Environment") },
29
30#undef ASM_SPEC
31#define ASM_SPEC "-u %(asm_cpu)"
32
33#undef ASM_DEFAULT_SPEC
34#define ASM_DEFAULT_SPEC "-mcom"
35
1/* Definitions of target machine for GNU compiler,
2 for IBM RS/6000 POWER running AIX version 4.1.
3 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4 Free Software Foundation, Inc.
5 Contributed by David Edelsohn (edelsohn@gnu.org).
6
7This file is part of GNU CC.
8

--- 19 unchanged lines hidden (view full) ---

28 N_("Support message passing with the Parallel Environment") },
29
30#undef ASM_SPEC
31#define ASM_SPEC "-u %(asm_cpu)"
32
33#undef ASM_DEFAULT_SPEC
34#define ASM_DEFAULT_SPEC "-mcom"
35
36#undef CPP_PREDEFINES
37#define CPP_PREDEFINES "-D_IBMR2 -D_POWER -D_AIX -D_AIX32 -D_AIX41 \
38-D_LONG_LONG -Asystem=unix -Asystem=aix"
36#undef TARGET_OS_CPP_BUILTINS
37#define TARGET_OS_CPP_BUILTINS() \
38 do \
39 { \
40 builtin_define ("_IBMR2"); \
41 builtin_define ("_POWER"); \
42 builtin_define ("_AIX"); \
43 builtin_define ("_AIX32"); \
44 builtin_define ("_AIX41"); \
45 builtin_define ("_LONG_LONG"); \
46 builtin_assert ("system=unix"); \
47 builtin_assert ("system=aix"); \
48 } \
49 while (0)
39
40#undef CPP_SPEC
41#define CPP_SPEC "%{posix: -D_POSIX_SOURCE}\
42 %{ansi: -D_ANSI_C_SOURCE}\
43 %{mpe: -I/usr/lpp/ppe.poe/include}\
50
51#undef CPP_SPEC
52#define CPP_SPEC "%{posix: -D_POSIX_SOURCE}\
53 %{ansi: -D_ANSI_C_SOURCE}\
54 %{mpe: -I/usr/lpp/ppe.poe/include}\
44 %{pthread: -D_THREAD_SAFE}\
45 %(cpp_cpu)"
55 %{pthread: -D_THREAD_SAFE}"
46
56
47#undef CPP_DEFAULT_SPEC
48#define CPP_DEFAULT_SPEC "-D_ARCH_COM"
49
50#undef TARGET_DEFAULT
51#define TARGET_DEFAULT MASK_NEW_MNEMONICS
52
53#undef PROCESSOR_DEFAULT
54#define PROCESSOR_DEFAULT PROCESSOR_PPC601
55
56/* Define this macro as a C expression for the initializer of an
57 array of string to tell the driver program which options are

--- 37 unchanged lines hidden ---
57#undef TARGET_DEFAULT
58#define TARGET_DEFAULT MASK_NEW_MNEMONICS
59
60#undef PROCESSOR_DEFAULT
61#define PROCESSOR_DEFAULT PROCESSOR_PPC601
62
63/* Define this macro as a C expression for the initializer of an
64 array of string to tell the driver program which options are

--- 37 unchanged lines hidden ---