diff options
author | Steve Chamberlain <sac@cygnus> | 1995-07-03 21:25:26 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-07-03 21:25:26 +0000 |
commit | 6c186c48dca7da93379f70dbab8aff10980f839b (patch) | |
tree | f6522d4c4d67b50b43b1a0f0ed85950a8cef3f46 | |
parent | ddbaf80cc6d6ddffbe02521e8fb7257602b9d914 (diff) | |
download | gdb-6c186c48dca7da93379f70dbab8aff10980f839b.zip gdb-6c186c48dca7da93379f70dbab8aff10980f839b.tar.gz gdb-6c186c48dca7da93379f70dbab8aff10980f839b.tar.bz2 |
* configure[.in] (i386-*-win32): New host and target.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rwxr-xr-x | gas/configure | 6 | ||||
-rw-r--r-- | gas/configure.in | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0454488..8d779b9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 3 14:22:59 1995 Steve Chamberlain <sac@slash.cygnus.com> + + * configure[.in] (i386-*-win32): New host and target. + Thu Jun 29 17:25:43 1995 Steve Chamberlain <sac@slash.cygnus.com> Support for long filenames non-bfd coff. bfd/7288 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 ;; diff --git a/gas/configure.in b/gas/configure.in index 3f4362d..cfdf423 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -174,11 +174,13 @@ changequote([,])dnl 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-*-win32) 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 ;; |