Map powerpc64 to powerpc
This commit is contained in:
parent
5aca4cc62c
commit
5a664ca53d
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.30 2005/12/29 16:17:40 tsutsui Exp $
|
# $NetBSD: Makefile,v 1.31 2006/07/01 01:29:55 ross Exp $
|
||||||
|
|
||||||
# For now, we install the machine and arch includes, and symlink 'machine'
|
# For now, we install the machine and arch includes, and symlink 'machine'
|
||||||
# to the location of the machine includes (usually).
|
# to the location of the machine includes (usually).
|
||||||
|
@ -10,6 +10,10 @@
|
||||||
SUBDIR= ${MACHINE}
|
SUBDIR= ${MACHINE}
|
||||||
ARCHSUBDIR= ${MACHINE_CPU}
|
ARCHSUBDIR= ${MACHINE_CPU}
|
||||||
|
|
||||||
|
.if ${ARCHSUBDIR} == "powerpc64"
|
||||||
|
ARCHSUBDIR= powerpc
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MACHINE} != ${ARCHSUBDIR}
|
.if ${MACHINE} != ${ARCHSUBDIR}
|
||||||
.if exists(${ARCHSUBDIR})
|
.if exists(${ARCHSUBDIR})
|
||||||
SUBDIR+= ${ARCHSUBDIR}
|
SUBDIR+= ${ARCHSUBDIR}
|
||||||
|
@ -28,6 +32,9 @@ SUBDIR+= sun68k
|
||||||
SUBDIR+= xen
|
SUBDIR+= xen
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.BEGIN:
|
||||||
|
echo ==1: MACHINE=${MACHINE} ARCHSUBDIR=${ARCHSUBDIR} :1==
|
||||||
|
|
||||||
#SUBDIR=acorn26 acorn32 algor alpha amiga amigappc arm arc atari \
|
#SUBDIR=acorn26 acorn32 algor alpha amiga amigappc arm arc atari \
|
||||||
# bebox \
|
# bebox \
|
||||||
# cats cesfic cobalt \
|
# cats cesfic cobalt \
|
||||||
|
|
Loading…
Reference in New Issue