Adding gcc config header.

This commit is contained in:
Dave Wilkinson II
2010-04-03 03:23:09 -04:00
parent ae766f61c6
commit 1be5e174d0

View File

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