note that the sparc64 does not yet do pic or profile libraries.
This commit is contained in:
parent
a0a84e0575
commit
3b86991953
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.own.mk,v 1.103 1998/11/24 15:24:53 tsubai Exp $
|
||||
# $NetBSD: bsd.own.mk,v 1.104 1998/11/25 04:04:13 mrg Exp $
|
||||
|
||||
.if !defined(_BSD_OWN_MK_)
|
||||
_BSD_OWN_MK_=1
|
||||
|
@ -88,6 +88,12 @@ UVM?= yes
|
|||
PMAP_NEW?= yes
|
||||
.endif
|
||||
|
||||
# The sparc64 port is incomplete.
|
||||
.if (${MACHINE_ARCH} == "sparc64")
|
||||
NOPROFILE=
|
||||
NOPIC=
|
||||
.endif
|
||||
|
||||
# The PowerPC port is incomplete.
|
||||
.if (${MACHINE_ARCH} == "powerpc")
|
||||
NOPROFILE=
|
||||
|
|
Loading…
Reference in New Issue