From 361dff73848ab6874a16716fb5a921d0128bfbf8 Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Thu, 18 Jun 2009 02:11:03 +0000 Subject: 2009-06-18 Dave Korn Merge cegcc and mingw32ce target name changes from CeGCC project, replacing "arm-*-" by "arm*-*-" where needed. 2008-09-24 Pedro Alves ld/ * configure.tgt (arm*-*-cegcc*): Set LIB_PATH to ${tooldir}/lib/w32api. 2007-12-25 Pedro Alves bfd/ * config.bfd: Add arm*-*-cegcc* target. 2007-12-25 Pedro Alves binutils/ * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets. * configure: Regenerate. 2007-12-25 Pedro Alves gas/ * configure.tgt: Add arm*-*-cegcc* target. 2007-12-25 Pedro Alves ld/ * configure.tgt: Add arm*-*-cegcc* target. 2007-12-17 Pedro Alves bfd/ * config.bfd: Add arm-*-mingw32ce* target. 2007-12-17 Pedro Alves gas/ * configure.tgt: Add arm-*-mingw32ce* target. 2007-12-17 Pedro Alves ld/ * configure.tgt: Add arm-*-mingw32ce* target. --- bfd/config.bfd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/config.bfd') diff --git a/bfd/config.bfd b/bfd/config.bfd index 0d042d7..990e1b7 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -243,7 +243,7 @@ case "${targ}" in targ_underscore=no targ_cflags=-DARM_COFF_BUGFIX ;; - arm-wince-pe | arm-*-wince | arm-*-mingw32ce*) + arm-wince-pe | arm-*-wince | arm*-*-mingw32ce* | arm*-*-cegcc*) 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 -- cgit v1.1