forked from Imagelibrary/binutils-gdb
Accept i486 where i386 ok.
This commit is contained in:
@@ -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
|
||||
|
||||
2
config.sub
vendored
2
config.sub
vendored
@@ -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-* \
|
||||
|
||||
Reference in New Issue
Block a user