aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-06-03 12:51:33 +0000
committerKarl Heuer <kwzh@gnu.org>1996-06-03 12:51:33 +0000
commitd77b25f4d33660c5683a71f5ec220c59e2644db0 (patch)
tree15cdbfc95c0b321ab6c713ff53d1897c813c1ece /gcc
parent65ef0674830d00552fa715ec256ba66026422ab5 (diff)
downloadgcc-d77b25f4d33660c5683a71f5ec220c59e2644db0.zip
gcc-d77b25f4d33660c5683a71f5ec220c59e2644db0.tar.gz
gcc-d77b25f4d33660c5683a71f5ec220c59e2644db0.tar.bz2
(*:Linux:*:*): Add guess for sparc-unknown-linux.
From-SVN: r12145
Diffstat (limited to 'gcc')
-rwxr-xr-xgcc/config.guess2
1 files changed, 2 insertions, 0 deletions
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.