diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/config.bfd | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 91b48bc..d56e06e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 diff --git a/bfd/config.bfd b/bfd/config.bfd index 98183fc..fdce6a5 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -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 |