From d77b25f4d33660c5683a71f5ec220c59e2644db0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 3 Jun 1996 12:51:33 +0000 Subject: (*:Linux:*:*): Add guess for sparc-unknown-linux. From-SVN: r12145 --- gcc/config.guess | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc') diff --git a/gcc/config.guess b/gcc/config.guess index ab53d14..e725476 100755 --- a/gcc/config.guess +++ b/gcc/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. -- cgit v1.1