OSDN Git Service

2002-04-12 Eric Norum <eric.norum@usask.ca>
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / mach.h
1 /* Configuration for an i386 running Mach as the target machine.  */
2
3 #define TARGET_VERSION fprintf (stderr, " (80386, Mach)"); 
4
5 #undef CPP_PREDEFINES
6 #define CPP_PREDEFINES "-Dunix -DMACH -Asystem=unix -Asystem=mach"
7
8 /* Specify extra dir to search for include files.  */
9 #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
10
11 /* Don't default to pcc-struct-return, because gcc is the only compiler, and
12    we want to retain compatibility with older gcc versions.  */
13 #define DEFAULT_PCC_STRUCT_RETURN 0