mirror of
https://review.haiku-os.org/buildtools
synced 2026-02-04 07:53:14 +01:00
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
This commit is contained in:
@@ -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 @@ Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
do \
|
||||
{ \
|
||||
builtin_define ("__BEOS__"); \
|
||||
builtin_define ("__HAIKU__"); \
|
||||
builtin_define ("__INTEL__"); \
|
||||
builtin_define ("_X86_"); \
|
||||
|
||||
@@ -80,7 +80,6 @@ Boston, MA 02110-1301, USA. */
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
do \
|
||||
{ \
|
||||
builtin_define ("__BEOS__"); \
|
||||
builtin_define ("__HAIKU__"); \
|
||||
builtin_define ("__M68K__"); \
|
||||
builtin_define_std ("mc68000"); \
|
||||
|
||||
@@ -47,7 +47,6 @@ Boston, MA 02111-1307, USA. */
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
do \
|
||||
{ \
|
||||
builtin_define ("__BEOS__"); \
|
||||
builtin_define ("__HAIKU__"); \
|
||||
builtin_define ("__POWERPC__"); \
|
||||
builtin_define ("__powerpc__"); \
|
||||
|
||||
Reference in New Issue
Block a user