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:
parent
8b60653df4
commit
1cf5445402
1 changed files with 1 additions and 1 deletions
2
config.guess
vendored
2
config.guess
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue