summaryrefslogtreecommitdiff
path: root/build/config.guess
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2006-08-07 11:00:22 +0000
committerJoe Orton <jorton@apache.org>2006-08-07 11:00:22 +0000
commit36ac082d3f7a1a8ac78559327ea19cfb4b8724a7 (patch)
treee3e880a8a7c82bef3c5b85bbbeeb0ffacb385379 /build/config.guess
parent8d82f75e55067b6d82497dd7b925b33438abeaf1 (diff)
downloadapr-36ac082d3f7a1a8ac78559327ea19cfb4b8724a7.tar.gz
* build/config.guess, build/config.sub: Update from savannah.
Obtained from: FSF git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@429300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/config.guess')
-rwxr-xr-xbuild/config.guess8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/config.guess b/build/config.guess
index 7924ac077..396482d6c 100755
--- a/build/config.guess
+++ b/build/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-06-06'
+timestamp='2006-07-02'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -211,7 +211,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
exit ;;
macppc:MirBSD:*:*)
- echo powerppc-unknown-mirbsd${UNAME_RELEASE}
+ echo powerpc-unknown-mirbsd${UNAME_RELEASE}
exit ;;
*:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
@@ -790,10 +790,10 @@ EOF
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
- x86:Interix*:[345]*)
+ x86:Interix*:[3456]*)
echo i586-pc-interix${UNAME_RELEASE}
exit ;;
- EM64T:Interix*:[345]*)
+ EM64T:Interix*:[3456]*)
echo x86_64-unknown-interix${UNAME_RELEASE}
exit ;;
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)