2000-05-27 Ben Elliston <bje@redhat.com>

* config.guess: Handle GNU/Linux on Hitachi SuperH. From Niibe
	Yutaka <gniibe@chroot.org>.
This commit is contained in:
Ben Elliston 2000-05-26 22:28:03 +00:00
parent a8d5eb8d39
commit f4288cb893
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-05-27 Ben Elliston <bje@redhat.com>
* config.guess: Handle GNU/Linux on Hitachi SuperH. From Niibe
Yutaka <gniibe@chroot.org>.
2000-05-19 Ben Elliston <bje@redhat.com>
* config.sub: Recognise hppa64 as a valid cpu type. From Jeff Law.

4
config.guess vendored
View File

@ -726,6 +726,10 @@ EOF
echo powerpc-unknown-linux-gnu${LIBC}
exit 0
;;
shelf_linux)
echo "${UNAME_MACHINE}-unknown-linux-gnu"
exit 0
;;
esac
if test "${UNAME_MACHINE}" = "alpha" ; then