From f4288cb8933efcd99bb8af02905399b35181e321 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 26 May 2000 22:28:03 +0000 Subject: [PATCH] 2000-05-27 Ben Elliston * config.guess: Handle GNU/Linux on Hitachi SuperH. From Niibe Yutaka . --- ChangeLog | 5 +++++ config.guess | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index ede8e79..a0af95f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-27 Ben Elliston + + * config.guess: Handle GNU/Linux on Hitachi SuperH. From Niibe + Yutaka . + 2000-05-19 Ben Elliston * config.sub: Recognise hppa64 as a valid cpu type. From Jeff Law. diff --git a/config.guess b/config.guess index 0ce538b..ca1b842 100755 --- a/config.guess +++ b/config.guess @@ -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