ec3c1131d48f4c8cc9e5bc118718fd997381ba26
[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 #define LIB_SPEC        "-lc -lld-acess -lposix"
11 #define LIBSTDCXX "c++"
12
13 /*
14 #undef TARGET_VERSION                                     // note that adding these two lines cause an error in gcc-4.7.0
15 #define TARGET_VERSION fprintf(stderr, " (i386 acess2)"); // the build process works fine without them until someone can work out an alternative
16 */
17

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