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

View File

@ -1,3 +1,10 @@
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.
2006-09-20 Ben Elliston <bje@gnu.org> 2006-09-20 Ben Elliston <bje@gnu.org>
* config.sub (score, score-*): New. * config.sub (score, score-*): New.

1
config.guess vendored
View File

@ -161,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
arm*) machine=arm-unknown ;; arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;; sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;; sh3eb) machine=sh-unknown ;;
sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac esac
# The Operating System including object format, if it has switched # The Operating System including object format, if it has switched

3
config.sub vendored
View File

@ -925,6 +925,9 @@ case $basic_machine in
basic_machine=sh-hitachi basic_machine=sh-hitachi
os=-hms os=-hms
;; ;;
sh5el)
basic_machine=sh5le-unknown
;;
sh64) sh64)
basic_machine=sh64-unknown basic_machine=sh64-unknown
;; ;;

View File

@ -103,3 +103,5 @@ sde-elf mipsisa32-sde-elf
mips-sde-elf mips-sde-elf mips-sde-elf mips-sde-elf
score score-unknown-elf score score-unknown-elf
score-elf score-unknown-elf score-elf score-unknown-elf
sh5el-elf sh5le-unknown-elf
sh5el-netbsd sh5le-unknown-netbsd