From be33e99ec70070d6e34bbed4a0ed0a8674b29810 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 29 Feb 2000 12:29:52 +0000 Subject: [PATCH] 2000-02-24 Nick Clifton * config.sub: Support an OS of "wince". --- ChangeLog | 6 +++++- config.sub | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2f4dff1..3118582 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ +2000-02-24 Nick Clifton + + * config.sub: Support an OS of "wince". + 2000-02-15 Andrew Cagney * config.guess: Rewrite NetBSD code. Return *-*-netbsdelf* for ELF systems and *-*-netbsd* for all others. Provide a guideline - for how to match a NetBSD tupple. + for how to match a NetBSD tuple. 2000-02-15 Richard Henderson 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 ;;