diff --git a/gcc-files/gcc/config/xomb.h b/gcc-files/gcc/config/xomb.h index fff24a6..6f6efb9 100644 --- a/gcc-files/gcc/config/xomb.h +++ b/gcc-files/gcc/config/xomb.h @@ -1,514 +1,11 @@ - - - - - - - - - - - - - - gcc-xomb/gcc/config/xomb.h at 349898fda6bbee49fc35a1203703a3c497aae7b4 from wilkie's buildtools - GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +#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)");