From e93b9477c534a50da0952fddd86a3ccd04709857 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 4 May 1992 23:08:26 +0000 Subject: [PATCH] *** empty log message *** --- config.sub | 7 +++++-- lib/config.sub | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config.sub b/config.sub index 2bfef025..e40e14d8 100644 --- a/config.sub +++ b/config.sub @@ -78,7 +78,7 @@ case $basic_machine in # Recognize the basic CPU types with without company name. # Some are omitted here because they have special meanings below. tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ - | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1) + | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32) basic_machine=$basic_machine-unknown ;; # Recognize the basic CPU types with with company name. @@ -86,7 +86,7 @@ case $basic_machine in | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ - | hppa1.0-* | hppa1.1-*) + | hppa1.0-* | hppa1.1-* | we32-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -176,6 +176,9 @@ case $basic_machine in 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; + 3b*) + basic_machine=we32-att + ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola diff --git a/lib/config.sub b/lib/config.sub index 2bfef025..e40e14d8 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -78,7 +78,7 @@ case $basic_machine in # Recognize the basic CPU types with without company name. # Some are omitted here because they have special meanings below. tahoe | i[34]86 | i860 | m68k | m68000 | m88k | ns32k | arm | pyramid \ - | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1) + | tron | a29k | 580 | i960 | h8300 | hppa1.0 | hppa1.1 | we32) basic_machine=$basic_machine-unknown ;; # Recognize the basic CPU types with with company name. @@ -86,7 +86,7 @@ case $basic_machine in | sparc-* | ns32k-* | fx80-* | arm-* | c[123]* \ | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ - | hppa1.0-* | hppa1.1-*) + | hppa1.0-* | hppa1.1-* | we32-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -176,6 +176,9 @@ case $basic_machine in 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) basic_machine=m68000-att ;; + 3b*) + basic_machine=we32-att + ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola -- 2.43.5