From 2e21e6a46c3c24ac3a4a71ad516e27d7662e3319 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 19 Oct 1993 03:26:37 +0000 Subject: [PATCH] Recognize powerpc. --- config.sub | 5 +++-- lib/config.sub | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config.sub b/config.sub index 1345615..420ee87 100644 --- a/config.sub +++ b/config.sub @@ -108,7 +108,8 @@ case $basic_machine in # 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 \ - | alpha | we32k | ns16k | clipper | sparclite | i370 | sh) + | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ + | powerpc) basic_machine=$basic_machine-unknown ;; # Object if more than one company name word. @@ -123,7 +124,7 @@ case $basic_machine in | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ - | sh-*) + | sh-* | powerpc-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. diff --git a/lib/config.sub b/lib/config.sub index 1345615..420ee87 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -108,7 +108,8 @@ case $basic_machine in # 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 \ - | alpha | we32k | ns16k | clipper | sparclite | i370 | sh) + | alpha | we32k | ns16k | clipper | sparclite | i370 | sh \ + | powerpc) basic_machine=$basic_machine-unknown ;; # Object if more than one company name word. @@ -123,7 +124,7 @@ case $basic_machine in | none-* | 580-* | cray2-* | h8300-* | i960-* | xmp-* | ymp-* \ | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \ | pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \ - | sh-*) + | sh-* | powerpc-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. -- 2.7.4