config.guess: Improve detection of i686 on UnixWare 7.

(
 * config.guess: Improve detection of i686 on UnixWare 7.

From-SVN: r24919
This commit is contained in:
Robert Lipe 1999-01-30 13:08:39 +00:00
parent 8b60653df4
commit 1cf5445402
1 changed files with 1 additions and 1 deletions

2
config.guess vendored
View File

@ -733,7 +733,7 @@ EOF
(/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
&& UNAME_MACHINE=i586
# 5.0.4c returns "Pent II". 5.0.5 returns PentII
(/bin/uname -X|egrep '^Machine.*Pent *II' >/dev/null) \
(/bin/uname -X|egrep '^Machine.*Pent.*II' >/dev/null) \
&& UNAME_MACHINE=i686
(/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \
&& UNAME_MACHINE=i686