recognize m680[1234] as separate processors now
authorDavid D. Zuhn <zoo@cygnus>
Sun, 31 May 1992 08:12:16 +0000 (08:12 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Sun, 31 May 1992 08:12:16 +0000 (08:12 +0000)
ChangeLog
config.sub

index 8411701..a47ace9 100644 (file)
--- 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
index dba56e2..93bbf90 100755 (executable)
@@ -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-* \