# HG changeset patch # User Karl Heuer # Date 833806293 0 # Node ID 5828249cac7de6fea3929349baa4f1a103b8f90a # Parent b52f4826469065c83308c872325fa4793ae5f013 (*:Linux:*:*): Add guess for sparc-unknown-linux. diff -r b52f48264690 -r 5828249cac7d config.guess --- a/config.guess Mon Jun 03 05:05:54 1996 +0000 +++ b/config.guess Mon Jun 03 12:51:33 1996 +0000 @@ -350,6 +350,8 @@ 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.