This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[patch] Add arm-*-mingw32ce target
- From: Pedro Alves <pedro_alves at portugalmail dot pt>
- To: binutils at sourceware dot org
- Date: Mon, 10 Dec 2007 22:23:10 +0000
- Subject: [patch] Add arm-*-mingw32ce target
Hi all,
This patch adds mingw32ce target to bfd. mingw32ce is a MinGW
derivative for Windows CE. It differs from arm-wince-pe in
that it uses mingw/w32api for the runtime support.
The mingw32ce toolchain is being developed at
http://cegcc.sourceforge.net, and is quite stable.
(this is the minimum needed to build a gdb cross
debugger, which a user has requested at gdb@. The rest
will be submitted at another time.)
OK?
--
Pedro Alves
2007-12-10 Pedro Alves <pedro_alves@portugalmail.pt>
* config.bfd: Add arm-*-mingw32ce* target.
---
config.bfd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: bfd/config.bfd
===================================================================
--- bfd.orig/config.bfd 2007-10-28 20:09:48.000000000 +0000
+++ bfd/config.bfd 2007-12-10 21:56:21.000000000 +0000
@@ -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