diff options
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 ;; |