* config.bfd: Add arm-*-mingw32ce* target.

This commit is contained in:
Pedro Alves 2007-12-17 01:50:44 +00:00
parent 4c3bffcb0d
commit f164edfa5d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
* config.bfd: Add arm-*-mingw32ce* target.
2007-12-15 Richard Sandiford <rsandifo@nildram.co.uk>
* elf-bfd.h (eh_cie_fde): Replace u.cie.merged with a union of

View File

@ -233,7 +233,7 @@ case "${targ}" in
targ_underscore=no
targ_cflags=-DARM_COFF_BUGFIX
;;
arm-wince-pe | arm-*-wince)
arm-wince-pe | arm-*-wince | arm-*-mingw32ce*)
targ_defvec=arm_wince_pe_little_vec
targ_selvecs="arm_wince_pe_little_vec arm_wince_pe_big_vec arm_wince_pei_little_vec arm_wince_pei_big_vec"
targ_underscore=no