aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-15 13:59:04 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-07-15 13:59:04 +0000
commite3f5cc86f875375ac87d4cdaac62f82ab4428295 (patch)
treee3a20c81f19bb2173d89731553c4c2156020d6bc
parenta78e33fc4b62903af1b875ba51734a11a31bdffb (diff)
downloadgcc-e3f5cc86f875375ac87d4cdaac62f82ab4428295.zip
gcc-e3f5cc86f875375ac87d4cdaac62f82ab4428295.tar.gz
gcc-e3f5cc86f875375ac87d4cdaac62f82ab4428295.tar.bz2
configure.in: Use t-iris6, even with GNU LD.
* 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
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/mips/iris6gld.h2
-rw-r--r--gcc/config/mips/t-iris6gld10
-rw-r--r--gcc/configure.in3
4 files changed, 8 insertions, 13 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 71e7ff1..3a19f31 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/mips/iris6gld.h b/gcc/config/mips/iris6gld.h
index d3c6784..59a7347 100644
--- a/gcc/config/mips/iris6gld.h
+++ b/gcc/config/mips/iris6gld.h
@@ -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
index c70eb065..0000000
--- a/gcc/config/mips/t-iris6gld
+++ /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
-
diff --git a/gcc/configure.in b/gcc/configure.in
index c25ca57..a3ae27c 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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