diff --git a/ChangeLog b/ChangeLog index 2f4dff1..3118582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +2000-02-24 Nick Clifton + + * config.sub: Support an OS of "wince". + 2000-02-15 Andrew Cagney * 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 diff --git a/config.sub b/config.sub index 4a1e2a8..5d75624 100755 --- a/config.sub +++ b/config.sub @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;;