Externals/cross-compiler - Magic patchfiles
[tpg/acess2.git] / Externals / cross-compiler / patches / gcc / gcc / config / acess2.h
1 #undef TARGET_OS_CPP_BUILTINS
2 #define TARGET_OS_CPP_BUILTINS()      \
3   do {                                \
4     builtin_define_std ("acess2");      \
5     builtin_define_std ("unix");      \
6     builtin_assert ("system=acess2");   \
7     builtin_assert ("system=unix");   \
8   } while(0);
9
10 /*
11 #undef TARGET_VERSION                                     // note that adding these two lines cause an error in gcc-4.7.0
12 #define TARGET_VERSION fprintf(stderr, " (i386 acess2)"); // the build process works fine without them until someone can work out an alternative
13 */
14

UCC git Repository :: git.ucc.asn.au