diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-06-03 12:51:33 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-06-03 12:51:33 +0000 |
commit | 0d98a3da12e4360437959b81c3b375b015fd8de2 (patch) | |
tree | c3bcda66f66ffa77de91a1934dcb541af8ee006a | |
parent | afa89e6e7a3a8a46f66eee77dd623c93092fc971 (diff) | |
download | emacs-0d98a3da12e4360437959b81c3b375b015fd8de2.tar.gz |
(*:Linux:*:*): Add guess for sparc-unknown-linux.libc-960604
-rwxr-xr-x | config.guess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.guess b/config.guess index ab53d146338..e7254760df0 100755 --- a/config.guess +++ b/config.guess @@ -350,6 +350,8 @@ EOF echo "${UNAME_MACHINE}-unknown-linuxaout" ; exit 0 elif test "${UNAME_MACHINE}" = "alpha" ; then echo alpha-unknown-linux ; exit 0 + elif test "${UNAME_MACHINE}" = "sparc" ; then + echo sparc-unknown-linux ; exit 0 else # Either a pre-BFD a.out linker (linuxoldld) or one that does not give us # useful --help. Gcc wants to distinguish between linuxoldld and linuxaout. |