(*:Linux:*:*): Add guess for sparc-unknown-linux.

From-SVN: r12145
This commit is contained in:
Karl Heuer 1996-06-03 12:51:33 +00:00
parent 65ef067483
commit d77b25f4d3

2
gcc/config.guess vendored
View File

@ -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.