projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2518f5
)
* config.guess: Recognize Pentium under SCO.
author
Per Bothner
<per@bothner.com>
Thu, 30 Nov 1995 21:59:48 +0000
(21:59 +0000)
committer
Per Bothner
<per@bothner.com>
Thu, 30 Nov 1995 21:59:48 +0000
(21:59 +0000)
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index
2ff0eba
..
1948c53
100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-368,6
+368,8
@@
EOF
elif /bin/uname -X 2>/dev/null >/dev/null ; then
UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
(/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
+ (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
+ && UNAME_MACHINE=i586
echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL
else
echo ${UNAME_MACHINE}-unknown-sysv32