diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1996-03-28 19:49:54 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1996-03-28 19:49:54 +0000 |
commit | d0352cbbe82330da031b2a4d4b98f3cfda3bb3d1 (patch) | |
tree | e77fb6983842bf7cf9e6e10c11dfeebdbad92fd6 /gas/configure.in | |
parent | 16bd15e9af27f447c98870d0d885daf33f4e7fdc (diff) | |
download | gdb-d0352cbbe82330da031b2a4d4b98f3cfda3bb3d1.zip gdb-d0352cbbe82330da031b2a4d4b98f3cfda3bb3d1.tar.gz gdb-d0352cbbe82330da031b2a4d4b98f3cfda3bb3d1.tar.bz2 |
* configure.in (sparc-*-solaris2*): Renamed from sparc*-*-solaris2*.
* configure: Regenerated.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/configure.in b/gas/configure.in index b21c316..df20e74 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -154,9 +154,9 @@ changequote([,])dnl fmt=aout em=mach bfd_gas=yes ;; i386-*-msdos*) fmt=aout ;; i386-*-moss*) fmt=elf ;; - i386-*-pe) fmt=coff targ=i386coff em=pe bfd_gas=yes;; - i386-*-cygwin32) fmt=coff targ=i386coff em=pe bfd_gas=yes;; - i386-*-*nt) fmt=coff targ=i386coff em=pe bfd_gas=yes;; + i386-*-pe) fmt=coff targ=i386coff em=pe ;; + i386-*-cygwin32) fmt=coff targ=i386coff em=pe ;; + i386-*-*nt) fmt=coff targ=i386coff em=pe ;; i960-*-bout) fmt=bout ;; i960-*-coff) fmt=coff em=ic960 targ=ic960coff ;; i960-*-nindy*) fmt=bout ;; @@ -249,7 +249,7 @@ changequote([,])dnl sparc-*-coff) fmt=coff ;; sparc-*-lynxos*) fmt=coff em=lynx ;; sparc-fujitsu-none) fmt=aout ;; - sparc-*-elf | sparc*-*-solaris*) + sparc-*-elf | sparc-*-solaris*) fmt=elf ;; sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;; |