diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-06-03 12:51:33 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-06-03 12:51:33 +0000 |
commit | b687dfbdca5d78f61c401a810373b1bf818c031c (patch) | |
tree | 59a360fdfc130106a655b754a344faa0ae3377a6 /config.guess | |
parent | 710f7bab59b9bb02f1cd46fa2db14e2b4b0a806a (diff) | |
download | glibc-b687dfbdca5d78f61c401a810373b1bf818c031c.tar.gz |
(*:Linux:*:*): Add guess for sparc-unknown-linux.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.guess b/config.guess index ab53d14633..e7254760df 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. |