mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
Ensure all pe targets use bfd.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2000-05-01 Alan Modra <alan@linuxcare.com.au>
|
||||||
|
|
||||||
|
* configure.in: Set bfd_gas=yes on i386-*-pe and i386-*-nt* to
|
||||||
|
ensure all pe targets use bfd. Remove unnecessary bfd_gas=yes on
|
||||||
|
arm-*-netbsd* and arm-*-wince as this is set for all arm*.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2000-04-29 Andreas Jaeger <aj@suse.de>
|
2000-04-29 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* as.h: Correctly check GCC version.
|
* as.h: Correctly check GCC version.
|
||||||
|
427
gas/configure
vendored
427
gas/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -179,10 +179,10 @@ changequote([,])dnl
|
|||||||
arm*-*-conix*) fmt=elf ;;
|
arm*-*-conix*) fmt=elf ;;
|
||||||
arm-*-linux*aout*) fmt=aout em=linux ;;
|
arm-*-linux*aout*) fmt=aout em=linux ;;
|
||||||
arm*-*-linux-gnu*) fmt=elf em=linux ;;
|
arm*-*-linux-gnu*) fmt=elf em=linux ;;
|
||||||
arm-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;;
|
arm-*-netbsd*) fmt=aout em=nbsd ;;
|
||||||
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
|
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
|
||||||
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
|
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
|
||||||
arm-*-wince) fmt=coff em=wince-pe bfd_gas=yes;;
|
arm-*-wince) fmt=coff em=wince-pe ;;
|
||||||
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
|
||||||
arm-*-riscix*) fmt=aout em=riscix ;;
|
arm-*-riscix*) fmt=aout em=riscix ;;
|
||||||
|
|
||||||
@ -253,11 +253,11 @@ changequote([,])dnl
|
|||||||
fmt=aout em=mach bfd_gas=yes ;;
|
fmt=aout em=mach bfd_gas=yes ;;
|
||||||
i386-*-msdos*) fmt=aout ;;
|
i386-*-msdos*) fmt=aout ;;
|
||||||
i386-*-moss*) fmt=elf ;;
|
i386-*-moss*) fmt=elf ;;
|
||||||
i386-*-pe) fmt=coff em=pe ;;
|
i386-*-pe) fmt=coff em=pe bfd_gas=yes ;;
|
||||||
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
|
i386-*-cygwin*) fmt=coff em=pe bfd_gas=yes ;;
|
||||||
i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;;
|
i386-*-interix*) fmt=coff em=interix bfd_gas=yes ;;
|
||||||
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
|
i386-*-mingw32*) fmt=coff em=pe bfd_gas=yes ;;
|
||||||
i386-*-*nt*) fmt=coff em=pe ;;
|
i386-*-*nt*) fmt=coff em=pe bfd_gas=yes ;;
|
||||||
i386-*-vxworks*) fmt=aout ;;
|
i386-*-vxworks*) fmt=aout ;;
|
||||||
i960-*-bout) fmt=bout ;;
|
i960-*-bout) fmt=bout ;;
|
||||||
i960-*-coff) fmt=coff em=ic960 ;;
|
i960-*-coff) fmt=coff em=ic960 ;;
|
||||||
|
Reference in New Issue
Block a user