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
This commit is contained in:
parent
a78e33fc4b
commit
e3f5cc86f8
4 changed files with 8 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue