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> 2000-02-15 Andrew Cagney <cagney@cygnus.com>
* config.guess: Rewrite NetBSD code. Return *-*-netbsdelf* for * config.guess: Rewrite NetBSD code. Return *-*-netbsdelf* for
ELF systems and *-*-netbsd* for all others. Provide a guideline 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> 2000-02-15 Richard Henderson <rth@cygnus.com>

3
config.sub vendored
View File

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