aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xconfig.sub2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c454302..0e8cd21 100644
--- 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
diff --git a/config.sub b/config.sub
index c7e14d0..3250b4f 100755
--- a/config.sub
+++ b/config.sub
@@ -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-* \