Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Default MKPICLIB on powerpc64 to yes
details: https://anonhg.NetBSD.org/src/rev/57b64d7a2e62
branches: trunk
changeset: 339033:57b64d7a2e62
user: matt <matt%NetBSD.org@localhost>
date: Tue Jun 23 01:38:17 2015 +0000
description:
Default MKPICLIB on powerpc64 to yes
diffstat:
share/mk/bsd.own.mk | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 9c94dbd5d92c -r 57b64d7a2e62 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Jun 23 01:37:13 2015 +0000
+++ b/share/mk/bsd.own.mk Tue Jun 23 01:38:17 2015 +0000
@@ -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 @@
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.
Home |
Main Index |
Thread Index |
Old Index