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 /config.sub | |
parent | 4519909ecf1e2166f0132b606af6f5a80cf593ff (diff) | |
download | gdb-763da9480daceba3cfad4608aa8fc80cad525c41.tar.gz |
Add support for an OS of "wince"
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 3 |
1 files changed, 3 insertions, 0 deletions
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 ;; |