Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2005-06-03 01:23:04 +0400
committerJim Blandy <jimb@codesourcery.com>2005-06-03 01:23:04 +0400
commitcebe72fec5b21cdeeaa57a418fb14022a28f456b (patch)
tree5dc7f71010bbde6a54b7c39921029a3f6266e6cb /config.sub
parent66cb6a193cb3adddda5fb409184c37c19be0f8b6 (diff)
* config.sub: Add cases for the Renesas m32c. (This patch has been
accepted into the master sources.)
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 87a1ee49e..c2262a729 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)