# HG changeset patch # User Richard M. Stallman # Date 751001197 0 # Node ID aa1a42c0b7797f540bb9caf49f0437c3b8f216b2 # Parent 5b4f9564bfaf89d538f3ede4af7660b9571b992f Recognize powerpc. diff -r 5b4f9564bfaf -r aa1a42c0b779 config.sub --- a/config.sub Tue Oct 19 02:50:31 1993 +0000 +++ b/config.sub Tue Oct 19 03:26:37 1993 +0000 @@ -108,7 +108,8 @@ # 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 @@ | 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.