mach.h revision 18334
1258057Sbr/* Configuration for an i386 running Mach as the target machine.  */
2258057Sbr
3258057Sbr/* We do want to add an underscore to the front of each user symbol.
4258057Sbr   i386/gas.h checks this.  */
5258057Sbr#define YES_UNDERSCORES
6258057Sbr
7258057Sbr#include "i386/gstabs.h"
8258057Sbr
9258057Sbr/* Get perform_* macros to build libgcc.a.  */
10258057Sbr#include "i386/perform.h"
11258057Sbr
12258057Sbr#undef CPP_PREDEFINES
13258057Sbr#define CPP_PREDEFINES "-Dunix -Di386 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i386) -Amachine(i386)"
14258057Sbr
15258057Sbr/* Specify extra dir to search for include files.  */
16258057Sbr#define SYSTEM_INCLUDE_DIR "/usr/mach/include"
17258057Sbr
18258057Sbr/* Don't default to pcc-struct-return, because gcc is the only compiler, and
19258057Sbr   we want to retain compatibility with older gcc versions.  */
20258057Sbr#define DEFAULT_PCC_STRUCT_RETURN 0
21258057Sbr