diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-02-24 Nick Clifton <nickc@cygnus.com> + + * config.sub: Support an OS of "wince". + Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com> * config.guess, config.sub: Updated to match config's 2000-02-15 @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;; |