Accept i486 where i386 ok.
authorJohn Gilmore <gnu@cygnus>
Fri, 28 Aug 1992 05:00:36 +0000 (05:00 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 28 Aug 1992 05:00:36 +0000 (05:00 +0000)
ChangeLog
config.sub

index c4543020982340da48234781277b649f1665f2fc..0e8cd21fe27b2caeb8e6da4f4eac9048db6ecc1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
+
+       * config.sub:  Accept i486 where i386 ok.
+
 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
 
        * config.sub: accept we32k
index c7e14d0e0b7e862a1ab7b7dcfd54de99652319a2..3250b4fa6731a3444c68724d3950cfac2e663fdf 100755 (executable)
@@ -105,7 +105,7 @@ case $basic_machine in
                basic_machine=$basic_machine-unknown
                ;;
        # Recognize the basic CPU types with with company name.
-       vax-* | tahoe-* | i386-* | i860-* | m68k-* \
+       vax-* | tahoe-* | i386-* | i486-* | i860-* | m68k-* \
              | m680[01234]0-* | m683?2-* | m88k-* \
              | sparc-* | ns32k-* | alliant-* | arm-* | c[123]* \
              | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
This page took 0.026214 seconds and 4 git commands to generate.