summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>2000-02-24 21:21:31 +0000
committerNick Clifton <nickc@gcc.gnu.org>2000-02-24 21:21:31 +0000
commit521fe9d066debab450596f9a72069ee3b53c40ff (patch)
tree52f022e76a53e1b325f82efc1f5212bb9316fca3 /config.sub
parentafbc2905362a947be1724eff9e8a26e90b62540a (diff)
Add support for an OS of "wince"
From-SVN: r32137
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 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
;;