Mercurial > emacs
changeset 15318:5828249cac7d libc-960604
(*:Linux:*:*): Add guess for sparc-unknown-linux.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 03 Jun 1996 12:51:33 +0000 |
parents | b52f48264690 |
children | 4dbee658e623 |
files | config.guess |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.