diff --git a/gcc-xomb/gcc/config/xomb.h b/gcc-xomb/gcc/config/xomb.h new file mode 100644 index 0000000..6f6efb9 --- /dev/null +++ b/gcc-xomb/gcc/config/xomb.h @@ -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)");