Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Drop remarks about AArch64 ABI being PIC following ...
details: https://anonhg.NetBSD.org/src/rev/7f59bbcfa4f8
branches: trunk
changeset: 348901:7f59bbcfa4f8
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Nov 14 20:42:46 2016 +0000
description:
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.
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 34cf668cc707 -r 7f59bbcfa4f8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Nov 14 19:24:23 2016 +0000
+++ b/share/mk/bsd.own.mk Mon Nov 14 20:42:46 2016 +0000
@@ -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 @@
.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
#
Home |
Main Index |
Thread Index |
Old Index