This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[New WinCE support] [patch 3/4] : bfd config.


Not really a gdb patch, but posted here for completeness, in case
someone wants to build an arm-wince-mingw32ce-gdb.  I'll post it
at binutils once the patch I sent to config-patches is accepted.



bfd/ChangeLog

	* config.bfd (arm*-*-mingw32ce*): Add.

---
 bfd/config.bfd |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: src/bfd/config.bfd
===================================================================
--- src.orig/bfd/config.bfd	2007-03-15 00:45:50.000000000 +0000
+++ src/bfd/config.bfd	2007-03-15 00:48:52.000000000 +0000
@@ -231,7 +231,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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]