Map powerpc64 to powerpc

This commit is contained in:
ross 2006-07-01 01:29:55 +00:00
parent 5aca4cc62c
commit 5a664ca53d
1 changed files with 8 additions and 1 deletions

View File

@ -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'
# to the location of the machine includes (usually).
@ -10,6 +10,10 @@
SUBDIR= ${MACHINE}
ARCHSUBDIR= ${MACHINE_CPU}
.if ${ARCHSUBDIR} == "powerpc64"
ARCHSUBDIR= powerpc
.endif
.if ${MACHINE} != ${ARCHSUBDIR}
.if exists(${ARCHSUBDIR})
SUBDIR+= ${ARCHSUBDIR}
@ -28,6 +32,9 @@ SUBDIR+= sun68k
SUBDIR+= xen
.endif
.BEGIN:
echo ==1: MACHINE=${MACHINE} ARCHSUBDIR=${ARCHSUBDIR} :1==
#SUBDIR=acorn26 acorn32 algor alpha amiga amigappc arm arc atari \
# bebox \
# cats cesfic cobalt \