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