Module Name:    src
Committed By:   christos
Date:           Sun Apr 10 15:32:27 UTC 2016

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

Log Message:
Enable PIE binaries on amd64 by default.


To generate a diff of this commit:
cvs rdiff -u -r1.918 -r1.919 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.918 src/share/mk/bsd.own.mk:1.919
--- src/share/mk/bsd.own.mk:1.918	Mon Apr  4 03:02:31 2016
+++ src/share/mk/bsd.own.mk	Sun Apr 10 11:32:27 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.918 2016/04/04 07:02:31 skrll Exp $
+#	$NetBSD: bsd.own.mk,v 1.919 2016/04/10 15:32:27 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1049,6 +1049,10 @@ MKDTRACE?=	yes
 MKCTF?=		yes
 .endif
 #
+# PIE is enabled on amd64 by default
+#
+MKPIE?=		yes
+#
 # MK* options which default to "yes".
 #
 _MKVARS.yes= \

Reply via email to