update from main archive 970728

This commit is contained in:
Ulrich Drepper 1997-07-28 23:37:45 +00:00
parent 52a1d6f800
commit 18064ec409

2
config.guess vendored
View File

@ -160,7 +160,7 @@ EOF
sun*:*:4.2BSD:*)
UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
case "`/bin/arch" in
case "`/bin/arch`" in
sun3)
echo m68k-sun-sunos${UNAME_RELEASE}
;;