diff --git a/ChangeLog b/ChangeLog index 7d9280b70..e3068321d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-24 Nick Clifton + + * config.sub: Support an OS of "wince". + Thu Feb 24 16:15:56 2000 Andrew Cagney * config.guess, config.sub: Updated to match config's 2000-02-15 diff --git a/config.sub b/config.sub index 4a1e2a85a..5d7562404 100755 --- a/config.sub +++ b/config.sub @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;;