OSDN Git Service

No longer include i860.h and svr3.h.
[pf3gnuchains/gcc-fork.git] / gcc / config / i860 / mach.h
1 /* Configuration for an i860 running Mach as the target machine.  */
2
3 #undef TARGET_VERSION
4 #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
5
6 #undef CPP_PREDEFINES
7 #define CPP_PREDEFINES "-Dunix -Di860 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i860) -Amachine(i860)"
8
9 /* Specify extra dir to search for include files.  */
10 #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
11
12 /* Don't default to pcc-struct-return, because gcc is the only compiler, and
13    we want to retain compatibility with older gcc versions.  */
14 #define DEFAULT_PCC_STRUCT_RETURN 0