Enable kcore-nbsd.c for powerpc.
This commit is contained in:
parent
ace0ae8625
commit
c832521c4f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.45 2001/01/09 08:52:57 enami Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2001/02/23 23:16:44 matt Exp $
|
||||
|
||||
# for OBJECT_FMT
|
||||
.include <bsd.own.mk>
|
||||
|
@ -58,7 +58,7 @@ XDEPFILES= ser-tcp.c
|
|||
SER_HARDWIRE= ser-unix.c
|
||||
NATDEPFILES= infptrace.c inftarg.c fork-child.c corelow.c \
|
||||
${NATDEPFILES.${MACHINE_ARCH}}
|
||||
.if (${MACHINE_ARCH} != "arm32") && (${MACHINE_ARCH} != "powerpc") \
|
||||
.if (${MACHINE_ARCH} != "arm32") \
|
||||
&& (${MACHINE_ARCH} != "sh3eb") && (${MACHINE_ARCH} != "sh3el")
|
||||
NATDEPFILES+= kcore-nbsd.c
|
||||
.endif
|
||||
|
|
Loading…
Reference in New Issue