From: Pedro Alves Date: Mon, 17 Dec 2007 01:50:44 +0000 (+0000) Subject: * config.bfd: Add arm-*-mingw32ce* target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f164edfa5d4b3910cfb4fb221ff4f483f09d2ab4;p=binutils-gdb.git * config.bfd: Add arm-*-mingw32ce* target. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 91b48bce80d..d56e06e3415 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Pedro Alves + + * config.bfd: Add arm-*-mingw32ce* target. + 2007-12-15 Richard Sandiford * 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 98183fc0f6b..fdce6a5edd4 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