aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gcc.gnu.org>1997-07-28 23:37:45 +0000
committerUlrich Drepper <drepper@gcc.gnu.org>1997-07-28 23:37:45 +0000
commit5db9f8773648f1dd21c359511cf4b357f45e96a0 (patch)
tree52fcfa92426611327e26040b28fa81a03ff3505f /gcc
parent60bf20045f4a747573b2759e8228173edb0e6f12 (diff)
downloadgcc-5db9f8773648f1dd21c359511cf4b357f45e96a0.zip
gcc-5db9f8773648f1dd21c359511cf4b357f45e96a0.tar.gz
gcc-5db9f8773648f1dd21c359511cf4b357f45e96a0.tar.bz2
update from main archive 970728
From-SVN: r14547
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 81b905a..ee2742b 100755
--- a/gcc/config.guess
+++ b/gcc/config.guess
@@ -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}
;;