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:
Geoffrey Noer 1998-11-02 23:16:11 +00:00
parent 2ce3016679
commit c296a05229
3 changed files with 679 additions and 222 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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 ;;