Initial revision
[official-gcc.git] / gcc / config / i860 / mach.h
bloba59cc58e0ffe4983e9c0aa60be4b102bbf219a7a
1 /* Configuration for an i860 running Mach as the target machine. */
3 #undef TARGET_VERSION
4 #define TARGET_VERSION fprintf (stderr, " (i860 Mach3.x)");
6 #undef CPP_PREDEFINES
7 #define CPP_PREDEFINES "-Dunix -Di860 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i860) -Amachine(i860)"
9 /* Specify extra dir to search for include files. */
10 #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
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