aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1992-05-31 08:12:16 +0000
committerDavid D. Zuhn <zoo@cygnus>1992-05-31 08:12:16 +0000
commita5992d117e632c2fa3bf8c97ff0a15cec5aadc70 (patch)
treeddc793dbc81fa466e105b6acaee3b06022b5ae6d
parent07f1d175cfde673f67d83400224540b9377645fa (diff)
downloadfsf-binutils-gdb-a5992d117e632c2fa3bf8c97ff0a15cec5aadc70.zip
fsf-binutils-gdb-a5992d117e632c2fa3bf8c97ff0a15cec5aadc70.tar.gz
fsf-binutils-gdb-a5992d117e632c2fa3bf8c97ff0a15cec5aadc70.tar.bz2
recognize m680[1234] as separate processors now
-rw-r--r--ChangeLog5
-rwxr-xr-xconfig.sub4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8411701..a47ace9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
+
+ * config.sub: changed recognition of m68000 so that various
+ m68k types can be specified via m680[01234]0
+
Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
* config.sub (basic_machine): fix sed so that '-foo' isn't
diff --git a/config.sub b/config.sub
index dba56e2..93bbf90 100755
--- a/config.sub
+++ b/config.sub
@@ -90,12 +90,12 @@ esac
# Decode aliases for certain CPU-COMPANY combinations.
case $basic_machine in
# Recognize the basic CPU types with without company name.
- tahoe | i386 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \
+ tahoe | i386 | i860 | m68k | m680[01234]0 | m88k | ns32k | arm | pyramid \
| tron | a29k | 580 | i960 | h8300 | v70)
basic_machine=$basic_machine-unknown
;;
# Recognize the basic CPU types with with company name.
- vax-* | tahoe-* | i386-* | i860-* | m68k-* | m68000-* | m88k-* \
+ vax-* | tahoe-* | i386-* | i860-* | m68k-* | m680[01234]0-* | m88k-* \
| sparc-* | ns32k-* | alliant-* | arm-* | c[123]* \
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
| none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \