diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-03 00:16:32 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-03 00:16:32 +0000 |
commit | ba84b3986dcd39d4f461ab3d6731432d0a3d2dd8 (patch) | |
tree | 635fa21ae09e4c3847134739db9b999a2c4ed6a2 /config.sub | |
parent | c580411624df5ffb1fafdbb3837d249a8a08ccd5 (diff) | |
download | gcc-ba84b3986dcd39d4f461ab3d6731432d0a3d2dd8.tar.gz |
* config.sub: Add cases for the Renesas m32c. (This patch has been
accepted into the master sources.)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100527 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.sub b/config.sub index 87a1ee49e67..c2262a72984 100755 --- a/config.sub +++ b/config.sub @@ -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 @@ -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) |