Add support for an OS of "wince"
authorNick Clifton <nickc@redhat.com>
Thu, 24 Feb 2000 21:20:57 +0000 (21:20 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 24 Feb 2000 21:20:57 +0000 (21:20 +0000)
ChangeLog
config.sub

index 7d9280b70cc58f3671f829117910ddca770ea168..e3068321de0d95eae8276faef958aa27769c0e8f 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 4a1e2a85a31b89e6bf134e761630d0e75262c737..5d7562404528048b46d5795df88133e1934a7e3a 100755 (executable)
@@ -955,6 +955,9 @@ case $os in
        -opened*)
                os=-openedition
                ;;
+       -wince*)
+               os=-wince
+               ;;
        -osfrose*)
                os=-osfrose
                ;;
This page took 0.029004 seconds and 4 git commands to generate.