Editing gcc addons

This commit is contained in:
wilkie
2010-04-04 20:46:09 -04:00
parent aa398054e8
commit 31ff4fb435

View File

@@ -1,11 +1,11 @@
#undef TARGET_OS_CPP_BUILTINS
#define TARGET_OS_CPP_BUILTINS() \
do { \
builtin_define_std ("xomb"); \
builtin_define_std ("{{OSNAME}}"); \
builtin_define_std ("unix"); \
builtin_assert ("system=xomb"); \
builtin_assert ("system={{OSNAME}}"); \
builtin_assert ("system=unix"); \
} while(0);
#undef TARGET_VERSION
#define TARGET_VERSION fprintf(stderr, " (x86_64 xomb)");
#define TARGET_VERSION fprintf(stderr, " (x86_64 {{OSNAME}})");