summaryrefslogtreecommitdiff
path: root/ld/configure.host
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2004-04-11 04:07:46 +0000
committerThiemo Seufer <ths@networkno.de>2004-04-11 04:07:46 +0000
commit8c2d1c75f89c530f562676d6db27f18fba14818b (patch)
tree53c66183c48696a6eaad2c999fe6b800987e1fda /ld/configure.host
parent592bca3e2287a92202617cfb1da63548d1edbf3f (diff)
downloadbinutils-redhat-8c2d1c75f89c530f562676d6db27f18fba14818b.tar.gz
/bfd/ChangeLog
* config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets. * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3* targets amd aout_mips_big_vec, aout_mips_little_vec target vectors. * configure: Regenerate. /gas/ChangeLog * Makefile.am: Remove mips from aout targets. * Makefile.in: Regenerate. * configure.in: Remove mips-dec-bsd* target. * configure: Regenerate. /ld/ChangeLog * configure.host: Remove mips*-dec-bsd* target. * configure.tgt: Likewise.
Diffstat (limited to 'ld/configure.host')
-rw-r--r--ld/configure.host4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/configure.host b/ld/configure.host
index 809a1fe719..f2e1eb42f0 100644
--- a/ld/configure.host
+++ b/ld/configure.host
@@ -155,10 +155,6 @@ ia64-*-aix*)
HOSTING_LIBS='-L`dirname \`${CC} --print-file-name=libc.so\`` '"$HOSTING_LIBS"' `if [ -f ../gcc/crtend.o ]; then echo ../gcc/crtend.o; else ${CC} --print-file-name=crtend.o; fi` `${CC} --print-file-name=crtn.o`'
;;
-mips*-dec-bsd*)
- HOSTING_CRT0=/usr/lib/crt0.o
- ;;
-
mips*-sgi-irix4* | mips*-sgi-irix5*)
HOSTING_CRT0=/usr/lib/crt1.o
HOSTING_LIBS="$HOSTING_LIBS"' /usr/lib/crtn.o'