mirror of
https://github.com/xomboverlord/buildtools.git
synced 2026-01-19 22:33:16 +01:00
Adding gcc config header.
This commit is contained in:
11
gcc-xomb/gcc/config/xomb.h
Normal file
11
gcc-xomb/gcc/config/xomb.h
Normal 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)");
|
||||
Reference in New Issue
Block a user