From 6feec57dd178ec4237dd5460f62f0821260c9f86 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 21 Oct 1993 14:36:59 -0400 Subject: [PATCH] (ASM_SPEC, LINK_SPEC, CPP_PREDEFINES): Update. From-SVN: r5863 --- gcc/config/mips/iris5.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index 160333a..d160997 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -29,6 +29,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "\ +-D_MIPS_FPSET=16 -D_MIPS_ISA=_MIPS_ISA_MIPS1 -D_MIPS_SIM_ABI32 \ -Dunix -Dmips -Dsgi -DSVR3 -Dhost_mips -DMIPSEB -DSYSTYPE_SYSV \ --D_MIPS_SZLONG=32 \ +-D_SYSTYPE_SVR4 -D_LONGLONG -D_MIPSEB -D_SGI_SOURCE -D__SDO__ \ +-D_MIPS_SZLONG=32 -D_MIPS_SZINT=32 -D_MIPS_SZPTR=32 -D_SVR4_SOURCE \ -Asystem(unix) -Asystem(svr3) -Acpu(mips) -Amachine(mips)" + +#undef ASM_SPEC +#define ASM_SPEC "-elf -KPIC -EB %{O*:-O2 -fullasopt} %{!O*:-O1}" + +#undef LINK_SPEC +#define LINK_SPEC "-elf -_SYSTYPE_SVR4 -require_dynamic_link \ + _rld_new_interface -no_unresolved -KPIC -call_shared -transitive_link" -- 2.7.4