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

View File

@ -1,8 +1,12 @@
2000-02-24 Nick Clifton <nickc@cygnus.com>
* config.sub: Support an OS of "wince".
2000-02-15 Andrew Cagney <cagney@cygnus.com>
* config.guess: Rewrite NetBSD code. Return *-*-netbsdelf* for
ELF systems and *-*-netbsd* for all others. Provide a guideline
for how to match a NetBSD tupple.
for how to match a NetBSD tuple.
2000-02-15 Richard Henderson <rth@cygnus.com>

3
config.sub vendored
View File

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