mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +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:
parent
b2d21eb64a
commit
c44321094c
@ -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>
|
||||
|
||||
* config.sub (score, score-*): New.
|
||||
|
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
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -925,6 +925,9 @@ case $basic_machine in
|
||||
basic_machine=sh-hitachi
|
||||
os=-hms
|
||||
;;
|
||||
sh5el)
|
||||
basic_machine=sh5le-unknown
|
||||
;;
|
||||
sh64)
|
||||
basic_machine=sh64-unknown
|
||||
;;
|
||||
|
@ -103,3 +103,5 @@ sde-elf mipsisa32-sde-elf
|
||||
mips-sde-elf mips-sde-elf
|
||||
score score-unknown-elf
|
||||
score-elf score-unknown-elf
|
||||
sh5el-elf sh5le-unknown-elf
|
||||
sh5el-netbsd sh5le-unknown-netbsd
|
||||
|
Loading…
x
Reference in New Issue
Block a user