Module Name: src
Committed By: joerg
Date: Mon Nov 14 20:42:46 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Drop remarks about AArch64 ABI being PIC following a discussion with Tim
Northover. The default code model is small and globals are expected to
be within the lower 4GB if not explicitly using -fPIC.
To generate a diff of this commit:
cvs rdiff -u -r1.986 -r1.987 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.986 src/share/mk/bsd.own.mk:1.987
--- src/share/mk/bsd.own.mk:1.986 Sun Nov 13 22:13:55 2016
+++ src/share/mk/bsd.own.mk Mon Nov 14 20:42:46 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.986 2016/11/13 22:13:55 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.987 2016/11/14 20:42:46 joerg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -825,9 +825,8 @@ MKPICLIB:= no
.endif
.if !defined(COMMON_MACHINE_ARCH)
-# Native AArch64 and PowerPC64 ABIs are PIC.
+# Native PowerPC64 ABI is PIC.
MKPICLIB.powerpc64:= no
-#MKPICLIB.aarch64= no
.endif
#