mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: detect cygwin* instead of cygwin32* * configure: regenerate
This commit is contained in:
parent
2ce3016679
commit
c296a05229
@ -1,3 +1,8 @@
|
||||
Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* configure.in: detect cygwin* instead of cygwin32*
|
||||
* configure: regenerate
|
||||
|
||||
Tue Oct 27 13:18:40 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* listing.c: Add support for producing a listing from piped
|
||||
|
892
gas/configure
vendored
892
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -196,7 +196,7 @@ dnl end-sanitize-beos
|
||||
i386-*-msdos*) fmt=aout ;;
|
||||
i386-*-moss*) fmt=elf ;;
|
||||
i386-*-pe) fmt=coff em=pe ;;
|
||||
i386-*-cygwin32*) fmt=coff em=pe bfd_gas=yes ;;
|
||||
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
|
||||
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
|
||||
i386-*-*nt*) fmt=coff em=pe ;;
|
||||
i960-*-bout) fmt=bout ;;
|
||||
@ -252,7 +252,7 @@ dnl end-sanitize-beos
|
||||
fmt=elf ;;
|
||||
mn10200-*-*) fmt=elf bfd_gas=yes ;;
|
||||
mn10300-*-*) fmt=elf bfd_gas=yes ;;
|
||||
ppc-*-pe | ppc-*-cygwin32 | ppc-*-winnt*)
|
||||
ppc-*-pe | ppc-*-cygwin* | ppc-*-winnt*)
|
||||
fmt=coff em=pe ;;
|
||||
ppc-*-aix*) fmt=coff ;;
|
||||
ppc-*-beos*) fmt=coff ;;
|
||||
|
Loading…
Reference in New Issue
Block a user