mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-11 18:33:17 +01:00
actually working xomb linkages, still need to fill in some stubs
This commit is contained in:
@@ -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)");
|
||||
|
||||
Reference in New Issue
Block a user