Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-02-25 00:20:57 +0300
committerNick Clifton <nickc@redhat.com>2000-02-25 00:20:57 +0300
commit29cb17f117bcef2570e4143dc23ca473175c1e32 (patch)
tree8573947365f7718c99542d2d0e11af4483eeb2f9 /config.sub
parentab1a69347d510463005a1bb7c17f02bfc2e6f135 (diff)
Add support for an OS of "wince"
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 4a1e2a85a..5d7562404 100755
--- a/config.sub
+++ b/config.sub
@@ -955,6 +955,9 @@ case $os in
-opened*)
os=-openedition
;;
+ -wince*)
+ os=-wince
+ ;;
-osfrose*)
os=-osfrose
;;