aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.guess4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess
index 0715de7a1fb..ff7803f9629 100755
--- a/config.guess
+++ b/config.guess
@@ -806,8 +806,8 @@ EOF
806 i?86:*:5:7*) 806 i?86:*:5:7*)
807 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` 807 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
808 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 808 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
809 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null && UNAME_MACHINE=i586 809 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) && UNAME_MACHINE=i586
810 (/bin/uname -X|egrep '^Machine.*Pent.*II' >/dev/null && UNAME_MACHINE=i686 810 (/bin/uname -X|egrep '^Machine.*Pent.*II' >/dev/null) && UNAME_MACHINE=i686
811 (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) && UNAME_MACHINE=i585 811 (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) && UNAME_MACHINE=i585
812 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}${UNAME_VERSION}-sysv${UNAME_RELEASE} 812 echo ${UNAME_MACHINE}-${UNAME_SYSTEM}${UNAME_VERSION}-sysv${UNAME_RELEASE}
813 exit 0 ;; 813 exit 0 ;;