blob: 62a6a30c9b3aa02b9eb0ecc123274461d68c3b82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.1 2002/03/05 08:45:35 jmc Exp $
--- stage0/config.sub.orig Tue Mar 5 07:53:10 2002
+++ stage0/config.sub Tue Mar 5 07:58:38 2002
@@ -155,7 +155,7 @@
| alpha | we32k | ns16k | clipper | i370 | sh \
| powerpc | powerpcle | 1750a | dsp16xx | mips64 | mipsel \
| pdp11 | mips64el | mips64orion | mips64orionel \
- | sparc | sparclet | sparclite | sparc64)
+ | sparc | sparclet | sparclite | sparc64 | macppc)
basic_machine=$basic_machine-unknown
;;
# We use `pc' rather than `unknown'
@@ -177,7 +177,7 @@
| hppa-* | hppa1.0-* | hppa1.1-* | alpha-* | we32k-* | cydra-* | ns16k-* \
| pn-* | np1-* | xps100-* | clipper-* | orion-* | sparclite-* \
| pdp11-* | sh-* | powerpc-* | powerpcle-* | sparc64-* | mips64-* | mipsel-* \
- | mips64el-* | mips64orion-* | mips64orionel-* | f301-*)
+ | mips64el-* | mips64orion-* | mips64orionel-* | f301-* | macppc-* )
;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
|