diff options
author | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-28 23:37:45 +0000 |
---|---|---|
committer | drepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-07-28 23:37:45 +0000 |
commit | c8d91fdaa13a68ac08314ae51bf8089f7081e003 (patch) | |
tree | 52fcfa92426611327e26040b28fa81a03ff3505f /gcc/config.guess | |
parent | 68667750d15f2d66b8bd9b50ebacdc8886948567 (diff) | |
download | gcc-c8d91fdaa13a68ac08314ae51bf8089f7081e003.tar.gz |
update from main archive 970728
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14547 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-x | gcc/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.guess b/gcc/config.guess index 81b905ac82a..ee2742b9e0a 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} ;; |