diff options
author | John Gilmore <gnu@cygnus> | 1992-08-28 05:00:36 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-08-28 05:00:36 +0000 |
commit | 6e122179f391c389791bd7a122fbd8c06b19a905 (patch) | |
tree | bf86879fbe5cb33268ceff329229da7f1a73c53d /config.sub | |
parent | 500516d3cbbca403eec1fb2e15d3dabbf2739d2a (diff) | |
download | gdb-6e122179f391c389791bd7a122fbd8c06b19a905.zip gdb-6e122179f391c389791bd7a122fbd8c06b19a905.tar.gz gdb-6e122179f391c389791bd7a122fbd8c06b19a905.tar.bz2 |
Accept i486 where i386 ok.
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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-* \ |