* config.sub: Add cases for the Renesas m32c. (This patch has been
accepted into the master sources.)
This commit is contained in:
parent
cdb9b172db
commit
20deb2b813
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-06-02 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
|
* config.sub: Add cases for the Renesas m32c. (This patch has been
|
||||||
|
accepted into the master sources.)
|
||||||
|
|
||||||
2005-06-02 Aldy Hernandez <aldyh@redhat.com>
|
2005-06-02 Aldy Hernandez <aldyh@redhat.com>
|
||||||
Michael Snyder <msnyder@redhat.com>
|
Michael Snyder <msnyder@redhat.com>
|
||||||
Stan Cox <scox@redhat.com>
|
Stan Cox <scox@redhat.com>
|
||||||
|
|
5
config.sub
vendored
5
config.sub
vendored
|
@ -273,6 +273,9 @@ case $basic_machine in
|
||||||
| z8k)
|
| z8k)
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
;;
|
;;
|
||||||
|
m32c)
|
||||||
|
basic_machine=$basic_machine-unknown
|
||||||
|
;;
|
||||||
m6811 | m68hc11 | m6812 | m68hc12)
|
m6811 | m68hc11 | m6812 | m68hc12)
|
||||||
# Motorola 68HC11/12.
|
# Motorola 68HC11/12.
|
||||||
basic_machine=$basic_machine-unknown
|
basic_machine=$basic_machine-unknown
|
||||||
|
@ -351,6 +354,8 @@ case $basic_machine in
|
||||||
| ymp-* \
|
| ymp-* \
|
||||||
| z8k-*)
|
| z8k-*)
|
||||||
;;
|
;;
|
||||||
|
m32c-*)
|
||||||
|
;;
|
||||||
# Recognize the various machine names and aliases which stand
|
# Recognize the various machine names and aliases which stand
|
||||||
# for a CPU type and a company and sometimes even an OS.
|
# for a CPU type and a company and sometimes even an OS.
|
||||||
386bsd)
|
386bsd)
|
||||||
|
|
Loading…
Reference in a new issue