Module Name:    src
Committed By:   nia
Date:           Thu Oct 14 12:58:30 UTC 2021

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

Log Message:
mk: Enable MKPIE on aarch64 (it's already enabled on 32-bit arm)


To generate a diff of this commit:
cvs rdiff -u -r1.1265 -r1.1266 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.1265 src/share/mk/bsd.own.mk:1.1266
--- src/share/mk/bsd.own.mk:1.1265	Thu Oct 14 11:46:45 2021
+++ src/share/mk/bsd.own.mk	Thu Oct 14 12:58:30 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1265 2021/10/14 11:46:45 nia Exp $
+#	$NetBSD: bsd.own.mk,v 1.1266 2021/10/14 12:58:30 nia Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1110,6 +1110,8 @@ MKCTF?=		yes
 .if !defined(COVERITY_TOP_CONFIG) && \
     (${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "x86_64" || \
+    ${MACHINE_ARCH} == "aarch64" || \
+    ${MACHINE_ARCH} == "aarch64eb" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_CPU} == "mips" || \

Reply via email to