diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-24 21:21:31 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-24 21:21:31 +0000 |
commit | 1872c6866c0ef74c01df52109bce79c6125967ce (patch) | |
tree | 52f022e76a53e1b325f82efc1f5212bb9316fca3 /config.sub | |
parent | 303d40e16f07b91d3d7f425c27f3f6b41d4629b6 (diff) | |
download | gcc-1872c6866c0ef74c01df52109bce79c6125967ce.tar.gz |
Add support for an OS of "wince"
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32137 138bc75d-0d04-0410-961f-82ee72b054a4
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 ;; |