Mercurial > emacs
changeset 13678:7d9570072e6c libc-951201 libc-951202 libc-951203 libc-951204
* config.guess: Recognize Pentium under SCO.
author | Per Bothner <bothner@cygnus.com> |
---|---|
date | Thu, 30 Nov 1995 21:59:48 +0000 |
parents | ad4eada50462 |
children | d4841ac1505f |
files | config.guess |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/config.guess Thu Nov 30 20:05:01 1995 +0000 +++ b/config.guess Thu Nov 30 21:59:48 1995 +0000 @@ -368,6 +368,8 @@ 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