Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hppa/stand disable PIE and SSP



details:   https://anonhg.NetBSD.org/src/rev/e0309b5a6aea
branches:  trunk
changeset: 826346:e0309b5a6aea
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Aug 29 09:17:43 2017 +0000

description:
disable PIE and SSP

diffstat:

 sys/arch/hppa/stand/Makefile.buildboot |  4 +++-
 sys/arch/hppa/stand/Makefile.inc       |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r e5a84ede8d47 -r e0309b5a6aea sys/arch/hppa/stand/Makefile.buildboot
--- a/sys/arch/hppa/stand/Makefile.buildboot    Tue Aug 29 09:02:10 2017 +0000
+++ b/sys/arch/hppa/stand/Makefile.buildboot    Tue Aug 29 09:17:43 2017 +0000
@@ -1,5 +1,7 @@
-#      $NetBSD: Makefile.buildboot,v 1.3 2017/04/08 19:53:20 christos Exp $
+#      $NetBSD: Makefile.buildboot,v 1.4 2017/08/29 09:17:43 christos Exp $
 
+NOPIE=yes
+NOSSP=yes
 NODEBUG=yes
 RELOC= 120000
 HEAP_LIMIT=0x1c0000
diff -r e5a84ede8d47 -r e0309b5a6aea sys/arch/hppa/stand/Makefile.inc
--- a/sys/arch/hppa/stand/Makefile.inc  Tue Aug 29 09:02:10 2017 +0000
+++ b/sys/arch/hppa/stand/Makefile.inc  Tue Aug 29 09:17:43 2017 +0000
@@ -1,5 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.3 2016/02/21 14:50:05 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.4 2017/08/29 09:17:43 christos Exp $
 
+NOSSP=yes
 NOPIE=yes
 NOCTF=yes
 BINDIR=                /usr/mdec



Home | Main Index | Thread Index | Old Index