]> gcc.gnu.org Git - gcc.git/commitdiff
(CC, OLDCC): Define to be `cc -32'.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 3 Jun 1996 23:34:35 +0000 (16:34 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 3 Jun 1996 23:34:35 +0000 (16:34 -0700)
From-SVN: r12148

gcc/config/mips/x-iris6

index 3f775fd583beeb49e1f2fc0c32341a1a4e5f4cbd..7bb941ac0393d90407c5f5e711cf3a1a4be3007c 100644 (file)
@@ -1,2 +1,11 @@
+# We force the use of the O32 ABI for two reasons.
+# 1) For consistency, because some versions of Irix 6 default to the O32 ABI
+#    and some versions default to the N64 ABI.
+# 2) To avoid SGI compiler bugs.  The v6.x and v7.0 compilers from SGI have
+#    bugs that cause gcc to be miscompiled when the N32 or N64 ABIs are used.
+#    The O32 ABI is known to be OK.
+CC = $(OLDCC)
+OLDCC = cc -32
+
 # Find all of the declarations from the header files
 FIXPROTO_DEFINES= -D__EXTENSIONS__  -D_LANGUAGE_C_PLUS_PLUS
This page took 0.067188 seconds and 5 git commands to generate.