mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-12 22:23:40 +12:00
2000-02-24 Nick Clifton <nickc@cygnus.com>
* config.sub: Support an OS of "wince".
This commit is contained in:
@ -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
3
config.sub
vendored
@ -955,6 +955,9 @@ case $os in
|
||||
-opened*)
|
||||
os=-openedition
|
||||
;;
|
||||
-wince*)
|
||||
os=-wince
|
||||
;;
|
||||
-osfrose*)
|
||||
os=-osfrose
|
||||
;;
|
||||
|
Reference in New Issue
Block a user