diff --git a/ChangeLog b/ChangeLog index f19c5706781..0c671087441 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-24 Nick Clifton + + * config.sub: Support an OS of "wince". + 2000-02-22 Nick Clifton * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. diff --git a/config.sub b/config.sub index 4a1e2a85a31..5d756240452 100755 --- a/config.sub +++ b/config.sub @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;;