Remove the __BEOS__ builtin define. Also add an uppercase __ARM__ for the ARM config.
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29068 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
gcc/gcc/config/arm/haiku.h | 2 +-
gcc/gcc/config/i386/haiku.h | 1 -
gcc/gcc/config/m68k/haiku.h | 1 -
gcc/gcc/config/rs6000/haiku.h | 1 -
4 files changed, 1 insertion(+), 4 deletions(-)
@@ -55,8 +55,8 @@
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
builtin_define ("__BEOS__"); \
builtin_define ("__HAIKU__"); \
builtin_define ("__ARM__"); \
builtin_define ("__arm__"); \
builtin_define ("__stdcall=__attribute__((__stdcall__))"); \
builtin_define ("__cdecl=__attribute__((__cdecl__))"); \
@@ -46,7 +46,6 @@
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
builtin_define ("__BEOS__"); \
builtin_define ("__HAIKU__"); \
builtin_define ("__INTEL__"); \
builtin_define ("_X86_"); \
@@ -80,7 +80,6 @@
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
builtin_define ("__BEOS__"); \
builtin_define ("__HAIKU__"); \
builtin_define ("__M68K__"); \
builtin_define_std ("mc68000"); \
@@ -47,7 +47,6 @@
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
builtin_define ("__BEOS__"); \
builtin_define ("__HAIKU__"); \
builtin_define ("__POWERPC__"); \
builtin_define ("__powerpc__"); \