From: Karl Heuer Date: Mon, 3 Jun 1996 12:51:33 +0000 (+0000) Subject: (*:Linux:*:*): Add guess for sparc-unknown-linux. X-Git-Tag: emacs-19.34~544 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c72e56bc2d21db9bf808bbb642cb35194f20c1c;p=emacs.git (*:Linux:*:*): Add guess for sparc-unknown-linux. --- 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.