]> gcc.gnu.org Git - gcc.git/commitdiff
(ASM_SPEC, LINK_SPEC, CPP_PREDEFINES): Update.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Oct 1993 18:36:59 +0000 (14:36 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 21 Oct 1993 18:36:59 +0000 (14:36 -0400)
From-SVN: r5863

gcc/config/mips/iris5.h

index 160333a990e1627cea53aa1c98ffc273bc6456c9..d160997b20e30455311dc148a019b46d5a3117fb 100644 (file)
@@ -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"
This page took 0.067183 seconds and 5 git commands to generate.