mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
8eea856f09
commit
c2feedd855
@ -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>
|
2006-02-27 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* config.guess, config.sub: Add 2006 to copyright years.
|
* config.guess, config.sub: Add 2006 to copyright years.
|
||||||
|
10
config.sub
vendored
10
config.sub
vendored
@ -277,8 +277,8 @@ case $basic_machine in
|
|||||||
| pyramid \
|
| pyramid \
|
||||||
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
|
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
|
||||||
| sh64 | sh64le \
|
| sh64 | sh64le \
|
||||||
| sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
|
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
|
||||||
| sparcv8 | sparcv9 | sparcv9b \
|
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
|
||||||
| strongarm \
|
| strongarm \
|
||||||
| tahoe | thumb | tic4x | tic80 | tron \
|
| tahoe | thumb | tic4x | tic80 | tron \
|
||||||
| v850 | v850e \
|
| v850 | v850e \
|
||||||
@ -361,9 +361,9 @@ case $basic_machine in
|
|||||||
| romp-* | rs6000-* \
|
| romp-* | rs6000-* \
|
||||||
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
|
| sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \
|
||||||
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
|
||||||
| sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
|
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
|
||||||
| sparclite-* \
|
| sparclite-* \
|
||||||
| sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
|
| sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
|
||||||
| tahoe-* | thumb-* \
|
| tahoe-* | thumb-* \
|
||||||
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
|
||||||
| tron-* \
|
| tron-* \
|
||||||
@ -1129,7 +1129,7 @@ case $basic_machine in
|
|||||||
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
|
||||||
basic_machine=sh-unknown
|
basic_machine=sh-unknown
|
||||||
;;
|
;;
|
||||||
sparc | sparcv8 | sparcv9 | sparcv9b)
|
sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
|
||||||
basic_machine=sparc-sun
|
basic_machine=sparc-sun
|
||||||
;;
|
;;
|
||||||
cydra)
|
cydra)
|
||||||
|
@ -86,3 +86,7 @@ nios nios-unknown-none
|
|||||||
nios2 nios2-unknown-none
|
nios2 nios2-unknown-none
|
||||||
nios-elf nios-unknown-elf
|
nios-elf nios-unknown-elf
|
||||||
nios2-elf nios2-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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user