diff options
author | Thiemo Seufer <ths@networkno.de> | 2004-04-11 04:07:46 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2004-04-11 04:07:46 +0000 |
commit | 279500dea9150c45d679dd23387a219b308b5c76 (patch) | |
tree | a0a7f058187619cab19f2ed3e2836853c434d3a2 /ld/configure.host | |
parent | b5018f0810a7c645fa51837a6ba45a9e7bbb6729 (diff) | |
download | gdb-279500dea9150c45d679dd23387a219b308b5c76.zip gdb-279500dea9150c45d679dd23387a219b308b5c76.tar.gz gdb-279500dea9150c45d679dd23387a219b308b5c76.tar.bz2 |
/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.host | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/configure.host b/ld/configure.host index 809a1fe..f2e1eb4 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' |