mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
This commit is contained in:
parent
2d0a6933a5
commit
cb948fc00e
@ -1,3 +1,7 @@
|
||||
2013-04-19 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
|
||||
|
||||
2013-04-15 Julian Brown <julian@codesourcery.com>
|
||||
|
||||
* expr.c (add_to_result, subtract_from_result): Make global.
|
||||
|
@ -254,7 +254,11 @@ case ${generic_target} in
|
||||
i386-*-msdos*) fmt=aout ;;
|
||||
i386-*-moss*) fmt=elf ;;
|
||||
i386-*-pe) fmt=coff em=pe ;;
|
||||
i386-*-cygwin*) fmt=coff em=pe ;;
|
||||
i386-*-cygwin*)
|
||||
case ${cpu} in
|
||||
x86_64*) fmt=coff em=pep ;;
|
||||
i*) fmt=coff em=pe ;;
|
||||
esac ;;
|
||||
i386-*-interix*) fmt=coff em=interix ;;
|
||||
i386-*-mingw*)
|
||||
case ${cpu} in
|
||||
|
Loading…
Reference in New Issue
Block a user