mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-05 04:38:20 +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:
4
config.guess
vendored
4
config.guess
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user