Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-24 20:05:36 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-24 20:05:36 (GMT)
commitde20a445732c1c18422cab46630c6635cb0d5e31 (patch)
tree9f87e284c07a4d7879c8a5e653e830ab8c0f8ae9 /config.sub
parente77f334416f1e918d81a8576dfb05cb5765ed0d9 (diff)
Imported Upstream version 0.79.6upstream/0.79.6
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 5defff6..c060f44 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2007-01-18'
+timestamp='2007-04-29'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -683,6 +683,10 @@ case $basic_machine in
basic_machine=i386-pc
os=-mingw32
;;
+ mingw32ce)
+ basic_machine=arm-unknown
+ os=-mingw32ce
+ ;;
miniframe)
basic_machine=m68000-convergent
;;