Skip to content

Commit

Permalink
* config.sub: Add cases for the Renesas m32c. (This patch has been
Browse files Browse the repository at this point in the history
accepted into the master sources.)


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100527 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
dj committed Jun 3, 2005
1 parent c580411 commit ba84b39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-06-02 Jim Blandy <[email protected]>

* config.sub: Add cases for the Renesas m32c. (This patch has been
accepted into the master sources.)

2005-06-02 Aldy Hernandez <[email protected]>
Michael Snyder <[email protected]>
Stan Cox <[email protected]>
Expand Down
5 changes: 5 additions & 0 deletions config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ case $basic_machine in
| z8k)
basic_machine=$basic_machine-unknown
;;
m32c)
basic_machine=$basic_machine-unknown
;;
m6811 | m68hc11 | m6812 | m68hc12)
# Motorola 68HC11/12.
basic_machine=$basic_machine-unknown
Expand Down Expand Up @@ -351,6 +354,8 @@ case $basic_machine in
| ymp-* \
| z8k-*)
;;
m32c-*)
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)
Expand Down

0 comments on commit ba84b39

Please sign in to comment.