projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b60653
)
config.guess: Improve detection of i686 on UnixWare 7.
author
Robert Lipe
<robertl@gcc.gnu.org>
Sat, 30 Jan 1999 13:08:39 +0000
(13:08 +0000)
committer
Robert Lipe
<robertl@gcc.gnu.org>
Sat, 30 Jan 1999 13:08:39 +0000
(13:08 +0000)
(
* config.guess: Improve detection of i686 on UnixWare 7.
From-SVN: r24919
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index
28c45c8
..
bef8305
100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-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