projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60bf200
)
update from main archive 970728
author
Ulrich Drepper
<drepper@gcc.gnu.org>
Mon, 28 Jul 1997 23:37:45 +0000
(23:37 +0000)
committer
Ulrich Drepper
<drepper@gcc.gnu.org>
Mon, 28 Jul 1997 23:37:45 +0000
(23:37 +0000)
From-SVN: r14547
gcc/config.guess
patch
|
blob
|
history
diff --git
a/gcc/config.guess
b/gcc/config.guess
index 81b905ac82a69b3f49a779b4582d39241f4152ab..ee2742b9e0abf32a0c32bf319877706366fbed2b 100755
(executable)
--- 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}
;;