aboutsummaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-03-24 20:24:29 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-03-24 20:24:29 +0000
commit982c3e4f73389164e59a54d7aa8c446ffdbe006c (patch)
tree4b07fa4ae430c537fe42dcc16267283440467b09 /config.sub
parent032dc9edcb46a9a6a6810c2784ddbb02d6a6868c (diff)
downloadgdb-982c3e4f73389164e59a54d7aa8c446ffdbe006c.zip
gdb-982c3e4f73389164e59a54d7aa8c446ffdbe006c.tar.gz
gdb-982c3e4f73389164e59a54d7aa8c446ffdbe006c.tar.bz2
(m32r): Clean up support for.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub9
1 files changed, 3 insertions, 6 deletions
diff --git a/config.sub b/config.sub
index 86b159f..1f0ae41 100755
--- a/config.sub
+++ b/config.sub
@@ -162,7 +162,7 @@ esac
case $basic_machine in
# Recognize the basic CPU types without company name.
# Some are omitted here because they have special meanings below.
- tahoe | i860 | m68k | m68000 | m88k | ns32k | arm \
+ tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arm \
| arme[lb] | pyramid \
| tron | a29k | 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 \
| alpha | we32k | ns16k | clipper | i370 | sh \
@@ -217,9 +217,6 @@ case $basic_machine in
basic_machine=$basic_machine-unknown
;;
# end-sanitize-d30v
- m32r)
- basic_machine=$basic_machine-unknown
- ;;
mn10200) # CYGNUS LOCAL
basic_machine=$basic_machine-unknown
;;
@@ -238,8 +235,8 @@ case $basic_machine in
exit 1
;;
# Recognize the basic CPU types with company name.
- vax-* | tahoe-* | i[3456]86-* | i860-* | m68k-* | m68000-* | m88k-* \
- | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
+ vax-* | tahoe-* | i[3456]86-* | i860-* | m32r-* | m68k-* | m68000-* \
+ | m88k-* | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* | power-* \
| none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \
| hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \