From: Michael Meissner Date: Wed, 18 Mar 1992 23:58:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v1.10.2~4252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73f033b2a504cd44281c63b53b2dcfdf019317dd;p=platform%2Fupstream%2Fautomake.git *** empty log message *** --- diff --git a/config.sub b/config.sub index 32af59e..4e79c59 100644 --- a/config.sub +++ b/config.sub @@ -77,7 +77,7 @@ esac case $basic_machine in # Recognize the basic CPU types with without company name. # Some are omitted here because they have special meanings below. - tahoe | i386 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ + tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | tron | a29k | 580 | i960 | h8300 | hppa) basic_machine=$basic_machine-unknown ;; diff --git a/lib/config.sub b/lib/config.sub index 32af59e..4e79c59 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -77,7 +77,7 @@ esac case $basic_machine in # Recognize the basic CPU types with without company name. # Some are omitted here because they have special meanings below. - tahoe | i386 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ + tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ | tron | a29k | 580 | i960 | h8300 | hppa) basic_machine=$basic_machine-unknown ;;