diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-06-04 19:39:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-06-04 19:39:20 +0000 |
commit | 47fcc4f54a63e35020d498f841cf566adbdb632c (patch) | |
tree | 917716265e0c993e89b1280e61cdf794b626c883 /gas/configure.in | |
parent | 69cfe7e8fc774000d969ef89591255de708bb0e1 (diff) | |
download | gdb-47fcc4f54a63e35020d498f841cf566adbdb632c.zip gdb-47fcc4f54a63e35020d498f841cf566adbdb632c.tar.gz gdb-47fcc4f54a63e35020d498f841cf566adbdb632c.tar.bz2 |
* configure.in (mips-*-ecoffl*): New target; use ecoff and
mips-lit.
(mips-*-ecoff*): Added trailing '*'.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gas/configure.in b/gas/configure.in index a984943..5d58a5f 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -41,9 +41,9 @@ case "${host}" in a29k-*-*) gas_host=a29k ;; - hppa-hp-hpux*) gas_host=hppahpux ;; - hppa-hp-bsd*) gas_host=hppabsd ;; - hppa-hp-osf*) gas_host=hppaosf ;; + hppa*-hp-hpux*) gas_host=hppahpux ;; + hppa*-hp-bsd*) gas_host=hppabsd ;; + hppa*-hp-osf*) gas_host=hppaosf ;; i[34]86-ibm-aix*) gas_host=i386aix ;; i[34]86-*-isc*) gas_host=sysv ;; @@ -133,13 +133,15 @@ case ${generic_target} in m68k-wrs-vxworks) obj_format=aout emulation=sun3 ;; m68k-ericsson-[Oo][Ss][Ee]) obj_format=aout emulation=sun3 ;; - m68k-*-coff) obj_format=coffbfd gas_target=m68kcoff ;; + m68k-*-coff | m68*-*-sysv*) + obj_format=coffbfd gas_target=m68kcoff ;; m68k-*-hpux) obj_format=hp300 emulation=hp300 ;; # don't change emulation like *-*-bsd does mips-*-bsd*) bfd_gas=yes obj_format=aout gas_target=mips-lit ;; mips-*-ultrix*) obj_format=ecoff gas_target=mips-lit ;; - mips-*-ecoff) obj_format=ecoff gas_target=mips-big ;; + mips-*-ecoffl*) obj_format=ecoff gas_target=mips-lit ;; + mips-*-ecoff*) obj_format=ecoff gas_target=mips-big ;; mips-*-irix*) obj_format=ecoff gas_target=mips-big emulation=irix ;; sparclite*-fujitsu-none) |