2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / i386 / mach.h
blob0aa3846ae21e3756d9a9b25978ac6c948288a268
1 /* Configuration for an i386 running Mach as the target machine. */
3 #define TARGET_VERSION fprintf (stderr, " (80386, Mach)");
5 #define TARGET_OS_CPP_BUILTINS() \
6 do \
7 { \
8 builtin_define_std ("unix"); \
9 builtin_define_std ("MACH"); \
10 builtin_assert ("system=unix"); \
11 builtin_assert ("system=mach"); \
12 } \
13 while (0)
15 /* Specify extra dir to search for include files. */
16 #define SYSTEM_INCLUDE_DIR "/usr/mach/include"
18 /* Don't default to pcc-struct-return, because gcc is the only compiler, and
19 we want to retain compatibility with older gcc versions. */
20 #define DEFAULT_PCC_STRUCT_RETURN 0