Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/stand/gzboot Disable PIE and CTF for standal...
details: https://anonhg.NetBSD.org/src/rev/2929f5c1b94b
branches: trunk
changeset: 343354:2929f5c1b94b
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 31 02:16:28 2016 +0000
description:
Disable PIE and CTF for standalone code
XXX: Must be done centrally, and there must be a better way.
diffstat:
sys/arch/evbarm/stand/gzboot/Makefile.gzboot | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 448666bb62aa -r 2929f5c1b94b sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Sat Jan 30 23:45:37 2016 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot Sun Jan 31 02:16:28 2016 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index