From: Nick Clifton Date: Thu, 24 Feb 2000 21:20:57 +0000 (+0000) Subject: Add support for an OS of "wince" X-Git-Tag: gdb_5_0-2000-04-10-branchpoint~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bab746c3d1d6e6991306e66d51aa2a2c4e389ca;p=thirdparty%2Fbinutils-gdb.git Add support for an OS of "wince" --- diff --git a/ChangeLog b/ChangeLog index 7d9280b70cc..e3068321de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-24 Nick Clifton + + * config.sub: Support an OS of "wince". + Thu Feb 24 16:15:56 2000 Andrew Cagney * config.guess, config.sub: Updated to match config's 2000-02-15 diff --git a/config.sub b/config.sub index 4a1e2a85a31..5d756240452 100755 --- a/config.sub +++ b/config.sub @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;;