configure.in: Use t-iris6, even with GNU LD.
authorMark Mitchell <mark@codesourcery.com>
Thu, 15 Jul 1999 13:59:04 +0000 (13:59 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 15 Jul 1999 13:59:04 +0000 (13:59 +0000)
* configure.in: Use t-iris6, even with GNU LD.
* config/mips/iris6gld.h: Fix typo in linker spec.
* config/mips/t-iris6gld: Remove.

From-SVN: r28115

gcc/ChangeLog
gcc/config/mips/iris6gld.h
gcc/config/mips/t-iris6gld [deleted file]
gcc/configure.in

index 71e7ff1c8c46dd2ab09fc9697225bf5e6f781fba..3a19f31f4d6c4a072848e3dc7c830e17f0a106ec 100644 (file)
@@ -1,3 +1,9 @@
+1999-07-15  Mark Mitchell  <mark@codesourcery.com>
+
+       * configure.in: Use t-iris6, even with GNU LD.
+       * config/mips/iris6gld.h: Fix typo in linker spec.
+       * config/mips/t-iris6gld: Remove.
+
 Thu Jul 15 15:15:43 1999  David Edelsohn  <edelsohn@gnu.org>
 
        * rs6000.md (insv, extzv): Remove SImode dependence in named
index d3c67841f3e420b71f9d37291148f73f694a485b..59a7347838ea74f71f9b9b631d15115d35aae439 100644 (file)
@@ -45,4 +45,4 @@ Boston, MA 02111-1307, USA.  */
 %{!static: \
   %{!shared: %{!non_shared: %{!call_shared: -call_shared}}}} \
 %{rpath} -init __do_global_ctors -fini __do_global_dtors \
-%{mabi=32: -melf32bsmip}%{mabi=n32: -melfbmipn32}%{mabi=64: -melfbmip64}%{!mabi*: -melf32bmipn32}"
+%{mabi=32: -melf32bsmip}%{mabi=n32: -melfbmipn32}%{mabi=64: -melf64bmip}%{!mabi*: -melf32bmipn32}"
diff --git a/gcc/config/mips/t-iris6gld b/gcc/config/mips/t-iris6gld
deleted file mode 100644 (file)
index c70eb06..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# Suppress building libgcc1.a, since the MIPS compiler port is complete
-# and does not need anything from libgcc1.a.
-LIBGCC1 = 
-CROSS_LIBGCC1 = 
-
-# We don't multilib because we don't yet have 64-bit linker support in
-# GNU ld.
-
-CRTSTUFF_T_CFLAGS=-g1
-
index c25ca57831d4d4ded8e292abb0704551c3678e66..a3ae27c499a7701b3339d47c3de4d4a245b351be 100644 (file)
@@ -2242,11 +2242,10 @@ changequote([,])dnl
                if test "x$gnu_ld" = xyes
                then
                        tm_file="mips/iris6.h mips/iris6gld.h"
-                       tmake_file=mips/t-iris6gld
                else
                        tm_file=mips/iris6.h
-                       tmake_file=mips/t-iris6
                fi
+               tmake_file=mips/t-iris6
                xm_file=mips/xm-iris6.h
                xmake_file=mips/x-iris6
 #              if test x$enable_threads = xyes; then