Add support for WinCE target to config.sub
Nick Clifton
nickc@cygnus.com
Thu Feb 24 12:31:00 GMT 2000
Hi Guys,
I would like permisison to apply the patch below to the toplevel
config.sub (in both the egcs and sourceware repositories). It adds
support for an OS target string of "wince" which allows the target
triple "arm-*-wince" to be used.
Cheers
Nick
2000-02-24 Nick Clifton <nickc@cygnus.com>
* config.sub: Support an OS of "wince".
Index: config.sub
===================================================================
RCS file: /cvs/src//src/config.sub,v
retrieving revision 1.6
diff -p -r1.6 config.sub
*** config.sub 2000/02/24 05:38:51 1.6
--- config.sub 2000/02/24 20:21:08
*************** case $os in
*** 955,960 ****
--- 955,963 ----
-opened*)
os=-openedition
;;
+ -wince*)
+ os=-wince
+ ;;
-osfrose*)
os=-osfrose
;;
More information about the Binutils
mailing list