diff options
| author | Per Bothner | 1997-07-26 19:01:01 +0000 |
|---|---|---|
| committer | Per Bothner | 1997-07-26 19:01:01 +0000 |
| commit | feb1ff7fbd2ea4a0803d6c8a9e7f243e7b4afad9 (patch) | |
| tree | b3a0bbe9689aa0014674503b5f79a26503297e04 /config.guess | |
| parent | e259d5a3bded534ccada5eb5713c56eeb77bf15f (diff) | |
| download | emacs-feb1ff7fbd2ea4a0803d6c8a9e7f243e7b4afad9.tar.gz emacs-feb1ff7fbd2ea4a0803d6c8a9e7f243e7b4afad9.zip | |
Recognize SunOS 3.x.
Diffstat (limited to 'config.guess')
| -rwxr-xr-x | config.guess | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.guess b/config.guess index a73a8d93c0c..81b905ac82a 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -157,6 +157,18 @@ EOF | |||
| 157 | sun3*:SunOS:*:*) | 157 | sun3*:SunOS:*:*) |
| 158 | echo m68k-sun-sunos${UNAME_RELEASE} | 158 | echo m68k-sun-sunos${UNAME_RELEASE} |
| 159 | exit 0 ;; | 159 | exit 0 ;; |
| 160 | sun*:*:4.2BSD:*) | ||
| 161 | UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` | ||
| 162 | test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 | ||
| 163 | case "`/bin/arch" in | ||
| 164 | sun3) | ||
| 165 | echo m68k-sun-sunos${UNAME_RELEASE} | ||
| 166 | ;; | ||
| 167 | sun4) | ||
| 168 | echo sparc-sun-sunos${UNAME_RELEASE} | ||
| 169 | ;; | ||
| 170 | esac | ||
| 171 | exit 0 ;; | ||
| 160 | aushp:SunOS:*:*) | 172 | aushp:SunOS:*:*) |
| 161 | echo sparc-auspex-sunos${UNAME_RELEASE} | 173 | echo sparc-auspex-sunos${UNAME_RELEASE} |
| 162 | exit 0 ;; | 174 | exit 0 ;; |