* 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
+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
%{!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}"
+++ /dev/null
-# 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
-
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