Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/stand/sbmips no ssp and pie
details: https://anonhg.NetBSD.org/src/rev/2bd5139906af
branches: trunk
changeset: 355909:2bd5139906af
user: christos <christos%NetBSD.org@localhost>
date: Mon Aug 21 16:36:00 2017 +0000
description:
no ssp and pie
diffstat:
sys/arch/evbmips/stand/sbmips/Makefile.bootprogs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 490f770118e0 -r 2bd5139906af sys/arch/evbmips/stand/sbmips/Makefile.bootprogs
--- a/sys/arch/evbmips/stand/sbmips/Makefile.bootprogs Mon Aug 21 13:20:49 2017 +0000
+++ b/sys/arch/evbmips/stand/sbmips/Makefile.bootprogs Mon Aug 21 16:36:00 2017 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.bootprogs,v 1.2 2017/07/24 10:34:54 mrg Exp $
+# $NetBSD: Makefile.bootprogs,v 1.3 2017/08/21 16:36:00 christos Exp $
+
+NOSSP=yes
+NOPIE=yes
.include <bsd.own.mk>
.include <bsd.klinks.mk>
Home |
Main Index |
Thread Index |
Old Index