1992-02-22 02:45:55 -05:00
|
|
|
/* Configuration for an i386 running Mach as the target machine. */
|
1992-11-03 17:52:59 -05:00
|
|
|
|
|
|
|
/* We do want to add an underscore to the front of each user symbol.
|
1992-12-27 21:29:04 -05:00
|
|
|
i386/gas.h checks this. */
|
1992-11-03 17:52:59 -05:00
|
|
|
#define YES_UNDERSCORES
|
|
|
|
|
1992-12-27 21:29:04 -05:00
|
|
|
#include "i386/gstabs.h"
|
1992-02-22 02:45:55 -05:00
|
|
|
|
1993-01-08 04:52:03 -05:00
|
|
|
/* Get perform_* macros to build libgcc.a. */
|
|
|
|
#include "i386/perform.h"
|
|
|
|
|
1992-02-22 02:45:55 -05:00
|
|
|
#undef CPP_PREDEFINES
|
1993-10-02 04:55:06 -04:00
|
|
|
#define CPP_PREDEFINES "-Dunix -Di386 -DMACH -Asystem(unix) -Asystem(mach) -Acpu(i386) -Amachine(i386)"
|
1992-02-22 02:45:55 -05:00
|
|
|
|
|
|
|
/* Specify extra dir to search for include files. */
|
|
|
|
#define SYSTEM_INCLUDE_DIR "/usr/mach/include"
|
1992-09-19 18:02:28 -04:00
|
|
|
|
1993-03-23 14:35:31 -05:00
|
|
|
/* Don't default to pcc-struct-return, because gcc is the only compiler, and
|
|
|
|
we want to retain compatibility with older gcc versions. */
|
|
|
|
#define DEFAULT_PCC_STRUCT_RETURN 0
|