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:
Ben Elliston
2006-11-06 23:33:27 +00:00
parent b2d21eb64a
commit c44321094c
4 changed files with 13 additions and 0 deletions

1
config.guess vendored
View File

@ -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