OSDN Git Service

Add support for an OS of "wince"
authornickc <nickc>
Thu, 24 Feb 2000 21:20:57 +0000 (21:20 +0000)
committernickc <nickc>
Thu, 24 Feb 2000 21:20:57 +0000 (21:20 +0000)
ChangeLog
config.sub

index 7d9280b..e306832 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-24  Nick Clifton  <nickc@cygnus.com>
+
+       * config.sub: Support an OS of "wince".
+
 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * config.guess, config.sub: Updated to match config's 2000-02-15
index 4a1e2a8..5d75624 100755 (executable)
@@ -955,6 +955,9 @@ case $os in
        -opened*)
                os=-openedition
                ;;
+       -wince*)
+               os=-wince
+               ;;
        -osfrose*)
                os=-osfrose
                ;;