diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-08 22:54:22 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-08 22:54:22 +0000 |
commit | 4181c9853b48e3a4deb6c518e4b0a6a901eef7ac (patch) | |
tree | 7c90edfdd09670092c4e330ee753a6350e899226 /gas/configure.in | |
parent | f8368802dfce0bf979231de7543026b997de5212 (diff) | |
download | gdb-4181c9853b48e3a4deb6c518e4b0a6a901eef7ac.zip gdb-4181c9853b48e3a4deb6c518e4b0a6a901eef7ac.tar.gz gdb-4181c9853b48e3a4deb6c518e4b0a6a901eef7ac.tar.bz2 |
configure.in: fix ns32k-pc532-mach* and mips-sony-bsd* configs
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index dbbe8e7..4e12549 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -71,6 +71,10 @@ case ${generic_target} in alpha-*-netware*) obj_format=ecoff ;; alpha-*-osf*) obj_format=ecoff ;; +# start-sanitize-arc + arc-*-elf*) obj_format=elf bfd_gas=yes ;; +# end-sanitize-arc + arm-*-riscix*) obj_format=aout ;; hppa-*-*elf*) obj_format=elf emulation=hppa ;; @@ -123,6 +127,7 @@ case ${generic_target} in m88k-*-coff*) obj_format=coff gas_target=m88kcoff ;; + mips-sony-bsd*) obj_format=ecoff gas_target=mips-big ;; # don't change emulation like *-*-bsd does mips-*-bsd*) obj_format=aout gas_target=mips-lit ;; mips-*-ultrix*) obj_format=ecoff gas_target=mips-lit ;; @@ -154,7 +159,7 @@ case ${generic_target} in rce-*-aout) obj_format=aout ;; # end-sanitize-rce - ns32k-pc532-mach*) obj_format=aout emulation=pc532 ;; + ns32k-pc532-mach*) obj_format=aout emulation=pc532mach ;; ns32k-pc532-netbsd*) obj_format=aout emulation=nbsd532 ;; sparc-*-sunos4*) obj_format=aout emulation=sun3 ;; |