* config.sub: Add cases for the Renesas m32c. (This patch has been
authorJim Blandy <jimb@codesourcery.com>
Thu, 2 Jun 2005 21:23:04 +0000 (21:23 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 2 Jun 2005 21:23:04 +0000 (21:23 +0000)
accepted into the master sources.)

ChangeLog
config.sub

index d151e8c61b79e012c98843fa1ff31c4a3d9e6b82..fc48b651f9fcab798def88c8b60c69911f3169f4 100644 (file)
--- 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>
index 87a1ee49e67b1ab68f3ba88dc81eb3bc4449d96d..c2262a72984cdb11e2eef776ed81d6c44e2d9e8a 100755 (executable)
@@ -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)
This page took 0.034584 seconds and 4 git commands to generate.