Module Name:    src
Committed By:   christos
Date:           Sun Jan 31 02:16:28 UTC 2016

Modified Files:
        src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot

Log Message:
Disable PIE and CTF for standalone code
XXX: Must be done centrally, and there must be a better way.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
diff -u src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.31 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.32
--- src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot:1.31	Wed Jul 15 07:21:49 2015
+++ src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot	Sat Jan 30 21:16:28 2016
@@ -1,8 +1,10 @@
-#	$NetBSD: Makefile.gzboot,v 1.31 2015/07/15 11:21:49 martin Exp $
+#	$NetBSD: Makefile.gzboot,v 1.32 2016/01/31 02:16:28 christos Exp $
 
 NOMAN=  # defined
 
 .include <bsd.obj.mk>		# Pull in OBJDIR name rules.
+MKPIE:=no
+MKCTF:=no
 .include <bsd.own.mk>
 .include <bsd.klinks.mk>
 

Reply via email to