diff options
author | Nick Clifton <nickc@cygnus.com> | 2000-02-24 21:21:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2000-02-24 21:21:31 +0000 |
commit | 521fe9d066debab450596f9a72069ee3b53c40ff (patch) | |
tree | 52f022e76a53e1b325f82efc1f5212bb9316fca3 | |
parent | afbc2905362a947be1724eff9e8a26e90b62540a (diff) | |
download | gcc-521fe9d066debab450596f9a72069ee3b53c40ff.zip gcc-521fe9d066debab450596f9a72069ee3b53c40ff.tar.gz gcc-521fe9d066debab450596f9a72069ee3b53c40ff.tar.bz2 |
Add support for an OS of "wince"
From-SVN: r32137
-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". + 2000-02-22 Nick Clifton <nickc@cygnus.com> * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets. @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;; |