From 521fe9d066debab450596f9a72069ee3b53c40ff Mon Sep 17 00:00:00 2001
From: Nick Clifton <nickc@cygnus.com>
Date: Thu, 24 Feb 2000 21:21:31 +0000
Subject: [PATCH] Add support for an OS of "wince"

From-SVN: r32137
---
 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