From ba84b3986dcd39d4f461ab3d6731432d0a3d2dd8 Mon Sep 17 00:00:00 2001 From: dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Fri, 3 Jun 2005 00:16:32 +0000 Subject: [PATCH] * 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 --- ChangeLog | 5 +++++ config.sub | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index e9b25284d1ac..da4c57d9db4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> Michael Snyder <msnyder@redhat.com> Stan Cox <scox@redhat.com> diff --git a/config.sub b/config.sub index 87a1ee49e67b..c2262a72984c 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) -- GitLab