diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-13 14:57:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-13 14:57:49 +0000 |
commit | 906fac54a8e7a79ceb6ba2d27c57d7ef785fd918 (patch) | |
tree | 1370867948f37cf6aa174618e42bc1bbfd880fa1 /gas/configure.in | |
parent | c8e2a5aa115c0ef2f33fd9ff15499101604781ee (diff) | |
download | gdb-906fac54a8e7a79ceb6ba2d27c57d7ef785fd918.zip gdb-906fac54a8e7a79ceb6ba2d27c57d7ef785fd918.tar.gz gdb-906fac54a8e7a79ceb6ba2d27c57d7ef785fd918.tar.bz2 |
Fix some mips configure problems.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gas/configure.in b/gas/configure.in index c31af0d..503d9ff 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -322,11 +322,7 @@ changequote([,])dnl mips-*-irix*) fmt=ecoff ;; mips-*-lnews*) fmt=ecoff em=lnews ;; mips-*-riscos*) fmt=ecoff ;; - mips-*-sysv4*MP*) if test -d /usr/dde; then - fmt=elf - em=tmips - fi - ;; + mips-*-sysv4*MP*) fmt=elf em=tmips ;; mips-*-sysv*) fmt=ecoff ;; mips-*-elf* | mips-*-rtems* | mips-*-linux-gnu* | mips-*-gnu* | mips-*-openbsd*) fmt=elf ;; @@ -570,10 +566,7 @@ changequote([,])dnl big) emulation="mipsbelf mipslelf mipself" ;; *) emulation="mipslelf mipsbelf mipself" ;; esac ;; - mips-*-sysv4*MP*-*) if test -d /usr/dde; then - emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" - fi - ;; + mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;; # i386-pc-pe-coff != i386-pc-coff. i386-*-pe-coff) ;; # Uncommenting the next line will turn on support for i386 AOUT @@ -735,11 +728,6 @@ if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then # USE_EMULATIONS or include any of the e-files as they will only be bloat. case "${obj_format}${emfiles}" in multi* | *mips*) - # if te_file is tmips, that means the target is mips-*-sysv4*MP* and we do - # not set it to multi. - if [[ $te_file -ne "tmips" ]]; then - te_file=multi - fi extra_objects="$extra_objects $emfiles" AC_DEFINE(USE_EMULATIONS, 1, [Use emulation support?]) ;; esac |