1993-01-05 03:47:27 -05:00
|
|
|
#include "m68k/sun3.h"
|
1991-12-01 00:07:32 -05:00
|
|
|
|
|
|
|
#undef CPP_PREDEFINES
|
1993-10-02 04:55:06 -04:00
|
|
|
#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dsun3 -Dunix -DMACH -DCMU -DMTXINU -DBIT_MSF -DBYTE_MSF -Asystem(unix) -Asystem(mach) -Acpu(m68k) -Amachine(m68k)"
|
1991-12-01 00:07:32 -05:00
|
|
|
|
|
|
|
/* Specify extra dir to search for include files. */
|
|
|
|
#define SYSTEM_INCLUDE_DIR "/usr/mach/include"
|
|
|
|
|
1998-12-16 17:24:51 -05:00
|
|
|
/* LINK_SPEC is needed only for SunOS 4. */
|
1991-12-01 00:07:32 -05:00
|
|
|
|
|
|
|
#undef LINK_SPEC
|
1993-03-23 14:41:54 -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
|