From 6c186c48dca7da93379f70dbab8aff10980f839b Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Mon, 3 Jul 1995 21:25:26 +0000 Subject: * configure[.in] (i386-*-win32): New host and target. --- gas/configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index f6e581a..02a1f9e 100755 --- a/gas/configure +++ b/gas/configure @@ -701,12 +701,14 @@ for this_target in $target $canon_targets ; do fmt=coff targ=i386coff ;; i386-*-vsta) fmt=aout ;; i386-*-go32) fmt=coff targ=i386coff ;; - i386-*-gnu*elf*) fmt=elf ;; - i386-*-mach* | i386-*-gnu*) + i386-*-gnu*) fmt=elf ;; + i386-*-mach*) fmt=aout em=mach bfd_gas=yes ;; i386-*-msdos*) fmt=aout ;; + i386-*-moss*) fmt=elf ;; i386-*-pe) fmt=coff targ=i386coff em=pe ;; i386-*-*nt) fmt=coff targ=i386coff em=pe ;; + i386-*-win32) fmt=coff targ=i386coff em=pe ;; i960-*-bout) fmt=bout ;; i960-*-coff) fmt=coff em=ic960 targ=ic960coff ;; i960-*-nindy*) fmt=bout ;; -- cgit v1.1