2000-02-24 Nick Clifton <nickc@cygnus.com>

* config.sub: Support an OS of "wince".
This commit is contained in:
Ben Elliston
2000-02-29 12:29:52 +00:00
parent d0ae9791ba
commit be33e99ec7
2 changed files with 8 additions and 1 deletions

3
config.sub vendored
View File

@ -955,6 +955,9 @@ case $os in
-opened*)
os=-openedition
;;
-wince*)
os=-wince
;;
-osfrose*)
os=-osfrose
;;