Add support for an OS of "wince"
This commit is contained in:
parent
056350c6bd
commit
4bab746c3d
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
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
|
* config.guess, config.sub: Updated to match config's 2000-02-15
|
||||||
|
|
3
config.sub
vendored
3
config.sub
vendored
|
@ -955,6 +955,9 @@ case $os in
|
||||||
-opened*)
|
-opened*)
|
||||||
os=-openedition
|
os=-openedition
|
||||||
;;
|
;;
|
||||||
|
-wince*)
|
||||||
|
os=-wince
|
||||||
|
;;
|
||||||
-osfrose*)
|
-osfrose*)
|
||||||
os=-osfrose
|
os=-osfrose
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue