mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-31 11:36:37 +12:00
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:
parent
a8d5eb8d39
commit
f4288cb893
@ -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>
|
2000-05-19 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.sub: Recognise hppa64 as a valid cpu type. From Jeff Law.
|
* config.sub: Recognise hppa64 as a valid cpu type. From Jeff Law.
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -726,6 +726,10 @@ EOF
|
|||||||
echo powerpc-unknown-linux-gnu${LIBC}
|
echo powerpc-unknown-linux-gnu${LIBC}
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
shelf_linux)
|
||||||
|
echo "${UNAME_MACHINE}-unknown-linux-gnu"
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "${UNAME_MACHINE}" = "alpha" ; then
|
if test "${UNAME_MACHINE}" = "alpha" ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user