mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
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…
Reference in New Issue
Block a user