mirror of
git://git.savannah.gnu.org/config.git
synced 2025-07-09 04:38:22 +12:00
2006-11-07 Steve Woodford <scw@NetBSD.org>
Ben Elliston <bje@gnu.org> * config.guess (*:NetBSD:*:*): Handle sh5el arch. * config.sub (sh5el): New basic_machine. * testsuite/config-sub.data: Add test cases.
This commit is contained in:
1
config.guess
vendored
1
config.guess
vendored
@ -161,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
arm*) machine=arm-unknown ;;
|
||||
sh3el) machine=shl-unknown ;;
|
||||
sh3eb) machine=sh-unknown ;;
|
||||
sh5el) machine=sh5le-unknown ;;
|
||||
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
|
||||
esac
|
||||
# The Operating System including object format, if it has switched
|
||||
|
Reference in New Issue
Block a user