* configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.

This commit is contained in:
Kai Tietz 2013-04-19 09:10:28 +00:00
parent 2d0a6933a5
commit cb948fc00e
2 changed files with 9 additions and 1 deletions

View File

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

View File

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