summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/arm/conix-elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/config/arm/conix-elf.h')
-rw-r--r--contrib/gcc/config/arm/conix-elf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/gcc/config/arm/conix-elf.h b/contrib/gcc/config/arm/conix-elf.h
index b74afdf..4a137d6 100644
--- a/contrib/gcc/config/arm/conix-elf.h
+++ b/contrib/gcc/config/arm/conix-elf.h
@@ -39,6 +39,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330,
#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm7tdmi
#endif
-#undef CPP_PREDEFINES
-#define CPP_PREDEFINES \
- "-D__arm__ -D__CONIX__ -D__ELF__"
+#define TARGET_OS_CPP_BUILTINS() \
+ do { \
+ builtin_define ("__CONIX__"); \
+ builtin_define ("__ELF__"); \
+ } while (0)
OpenPOWER on IntegriCloud