2003-01-02 Ben Elliston <bje@redhat.com>

* config.sub: Fix mipstx39-* and mipstx39el-* handling (typo).

	From Dmitry Diky <diwil@mail.ru>:
	* config.sub (basic_machine): Add msp430 and msp430-*.
This commit is contained in:
Ben Elliston 2003-01-02 07:20:25 +00:00
parent b2d30f6250
commit ae85dee16b
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2003-01-02 Ben Elliston <bje@redhat.com>
* config.sub: Fix mipstx39-* and mipstx39el-* handling (typo).
From Dmitry Diky <diwil@mail.ru>:
* config.sub (basic_machine): Add msp430 and msp430-*.
2003-01-02 Chris Demetriou <cgd@broadcom.com>
* config.sub (mipsisa32r2*): Add.

4
config.sub vendored
View File

@ -251,6 +251,7 @@ case $basic_machine in
| mipsisa64sr71k | mipsisa64sr71kel \
| mipstx39 | mipstx39el \
| mn10200 | mn10300 \
| msp430 \
| ns16k | ns32k \
| openrisc | or32 \
| pdp10 | pdp11 | pj | pjl \
@ -320,7 +321,8 @@ case $basic_machine in
| mipsisa64-* | mipsisa64el-* \
| mipsisa64sb1-* | mipsisa64sb1el-* \
| mipsisa64sr71k-* | mipsisa64sr71kel-* \
| mipstx39 | mipstx39el \
| mipstx39-* | mipstx39el-* \
| msp430-* \
| none-* | np1-* | ns16k-* | ns32k-* \
| orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \