Add support for arm-wince-pe target.

This commit is contained in:
Nick Clifton 2003-11-11 12:05:08 +00:00
parent 8d01d9a97d
commit 08e3ab9089
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-11-11 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
* configure.in: Add support for arm-wince-pe target.
* configure: Regenerate.
2003-11-11 Jan Hubicka <jh@suse.cz>
* config/tc-i386.c (tc_i386_fix_adjustable):

2
gas/configure vendored
View File

@ -4050,7 +4050,7 @@ for this_target in $target $canon_targets ; do
arm-**-nto*) fmt=elf ;;
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
arm-*-wince) fmt=coff em=wince-pe ;;
arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;;
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
arm-*-riscix*) fmt=aout em=riscix ;;

View File

@ -214,7 +214,7 @@ changequote([,])dnl
arm-**-nto*) fmt=elf ;;
arm-*-oabi | thumb-*-oabi) fmt=elf ;;
arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;;
arm-*-wince) fmt=coff em=wince-pe ;;
arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;;
arm-*-pe | thumb-*-pe) fmt=coff em=pe ;;
arm-*-riscix*) fmt=aout em=riscix ;;