aboutsummaryrefslogtreecommitdiffstats
path: root/config.sub
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-10-19 03:26:37 +0000
committerRichard M. Stallman <[email protected]>1993-10-19 03:26:37 +0000
commit7090d1e6ca026949955a1e1245d29777af09c5ca (patch)
treeee39d2f702125288fa414264c7c4d2af71ea5885 /config.sub
parent1f19b52b5a592b3705be88455b1fe48a19f4302e (diff)
Recognize powerpc.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 1345615d1d..420ee87ad4 100755
--- 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.