Add support for an OS of "wince"

From-SVN: r32137
This commit is contained in:
Nick Clifton 2000-02-24 21:21:31 +00:00 committed by Nick Clifton
parent afbc290536
commit 521fe9d066
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-02-24 Nick Clifton <nickc@cygnus.com>
* config.sub: Support an OS of "wince".
2000-02-22 Nick Clifton <nickc@cygnus.com>
* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.

3
config.sub vendored
View File

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