actually working xomb linkages, still need to fill in some stubs

This commit is contained in:
wolfwood
2010-04-25 23:21:49 -04:00
parent fb54b69058
commit 9bb7a07c1a
7 changed files with 296 additions and 37 deletions

View File

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