Module Name:    src
Committed By:   matt
Date:           Tue Jun 23 01:38:17 UTC 2015

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Default MKPICLIB on powerpc64 to yes


To generate a diff of this commit:
cvs rdiff -u -r1.856 -r1.857 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.856 src/share/mk/bsd.own.mk:1.857
--- src/share/mk/bsd.own.mk:1.856	Mon Jun 22 06:47:26 2015
+++ src/share/mk/bsd.own.mk	Tue Jun 23 01:38:17 2015
@@ -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.

Reply via email to