From 1872c6866c0ef74c01df52109bce79c6125967ce Mon Sep 17 00:00:00 2001 From: nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Thu, 24 Feb 2000 21:21:31 +0000 Subject: [PATCH] Add support for an OS of "wince" git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32137 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ config.sub | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index f19c57067811..0c6710874410 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 4a1e2a85a31b..5d7562404528 100755 --- a/config.sub +++ b/config.sub @@ -955,6 +955,9 @@ case $os in -opened*) os=-openedition ;; + -wince*) + os=-wince + ;; -osfrose*) os=-osfrose ;; -- GitLab