aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-08-28 05:00:36 +0000
committerJohn Gilmore <gnu@cygnus>1992-08-28 05:00:36 +0000
commit6e122179f391c389791bd7a122fbd8c06b19a905 (patch)
treebf86879fbe5cb33268ceff329229da7f1a73c53d
parent500516d3cbbca403eec1fb2e15d3dabbf2739d2a (diff)
downloadbinutils-6e122179f391c389791bd7a122fbd8c06b19a905.zip
binutils-6e122179f391c389791bd7a122fbd8c06b19a905.tar.gz
binutils-6e122179f391c389791bd7a122fbd8c06b19a905.tar.bz2
Accept i486 where i386 ok.
-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-* \