Default MKPICLIB on powerpc64 to yes

This commit is contained in:
matt 2015-06-23 01:38:17 +00:00
parent 7593e659ff
commit 8056744aa6

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.856 2015/06/22 06:47:26 matt Exp $
# $NetBSD: bsd.own.mk,v 1.857 2015/06/23 01:38:17 matt Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -758,6 +758,10 @@ MKGDB.ia64= no
MKPICLIB:= no
.endif
# PowerPC64 and AArch64 ABI's are PIC
MKPICLIB.powerpc64= no
#MKPICLIB.aarch64= no
#
# On VAX using ELF, all objects are PIC, not just shared libraries,
# so don't build the _pic version.