aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@cygnus.com>2000-02-24 21:21:31 +0000
committerNick Clifton <nickc@gcc.gnu.org>2000-02-24 21:21:31 +0000
commit521fe9d066debab450596f9a72069ee3b53c40ff (patch)
tree52f022e76a53e1b325f82efc1f5212bb9316fca3
parentafbc2905362a947be1724eff9e8a26e90b62540a (diff)
downloadgcc-521fe9d066debab450596f9a72069ee3b53c40ff.zip
gcc-521fe9d066debab450596f9a72069ee3b53c40ff.tar.gz
gcc-521fe9d066debab450596f9a72069ee3b53c40ff.tar.bz2
Add support for an OS of "wince"
From-SVN: r32137
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.sub3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f19c570..0c67108 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/config.sub b/config.sub
index 4a1e2a8..5d75624 100755
--- a/config.sub
+++ b/config.sub
@@ -955,6 +955,9 @@ case $os in
-opened*)
os=-openedition
;;
+ -wince*)
+ os=-wince
+ ;;
-osfrose*)
os=-osfrose
;;