diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-24 21:20:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-24 21:20:57 +0000 |
commit | 763da9480daceba3cfad4608aa8fc80cad525c41 (patch) | |
tree | 3252040e2bcc0df86817321391b3621fb5095b5d | |
parent | 4519909ecf1e2166f0132b606af6f5a80cf593ff (diff) | |
download | gdb-763da9480daceba3cfad4608aa8fc80cad525c41.tar.gz |
Add support for an OS of "wince"
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7d9280b70cc..e3068321de0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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 ;; |