2006-02-27 David S. Miller <davem@sunset.davemloft.net>

Ben Elliston  <bje@gnu.org>

	* config.sub (sparcv9v, sparc64v): Recognise SUN4V-based SPARCs.
	* testsuite/config-sub.data: Add test cases.
This commit is contained in:
Ben Elliston 2006-02-26 23:33:46 +00:00
parent 8eea856f09
commit c2feedd855
3 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2006-02-27 David S. Miller <davem@sunset.davemloft.net>
Ben Elliston <bje@gnu.org>
* config.sub (sparcv9v, sparc64v): Recognise SUN4V-based SPARCs.
* testsuite/config-sub.data: Add test cases.
2006-02-27 Ben Elliston <bje@gnu.org>
* config.guess, config.sub: Add 2006 to copyright years.

10
config.sub vendored
View File

@ -277,8 +277,8 @@ case $basic_machine in
| pyramid \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
| strongarm \
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
@ -361,9 +361,9 @@ case $basic_machine in
| romp-* | rs6000-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
| sparclite-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
| tahoe-* | thumb-* \
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
| tron-* \
@ -1129,7 +1129,7 @@ case $basic_machine in
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
basic_machine=sh-unknown
;;
sparc | sparcv8 | sparcv9 | sparcv9b)
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
basic_machine=sparc-sun
;;
cydra)

View File

@ -86,3 +86,7 @@ nios nios-unknown-none
nios2 nios2-unknown-none
nios-elf nios-unknown-elf
nios2-elf nios2-unknown-elf
sparcv9v-elf sparcv9v-unknown-elf
sparc64v-elf sparc64v-unknown-elf
sparcv9v-solaris2.9 sparcv9v-unknown-solaris2.9
sparc64v-solaris2.9 sparc64v-unknown-solaris2.9