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

3
config.sub vendored
View File

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