From bee272c6798ee14302c4490e78799ffe4fbd6fe8 Mon Sep 17 00:00:00 2001 From: wilkie Date: Sat, 3 Apr 2010 18:40:31 -0400 Subject: [PATCH] gcc files --- gcc-files/gcc/config/xomb.h | 525 +----------------------------------- 1 file changed, 11 insertions(+), 514 deletions(-) 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)");