Module Name: src
Committed By: christos
Date: Tue Aug 29 09:17:43 UTC 2017
Modified Files:
src/sys/arch/hppa/stand: Makefile.buildboot Makefile.inc
Log Message:
disable PIE and SSP
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/hppa/stand/Makefile.buildboot \
src/sys/arch/hppa/stand/Makefile.inc
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/hppa/stand/Makefile.buildboot
diff -u src/sys/arch/hppa/stand/Makefile.buildboot:1.3 src/sys/arch/hppa/stand/Makefile.buildboot:1.4
--- src/sys/arch/hppa/stand/Makefile.buildboot:1.3 Sat Apr 8 15:53:20 2017
+++ src/sys/arch/hppa/stand/Makefile.buildboot Tue Aug 29 05:17:43 2017
@@ -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
Index: src/sys/arch/hppa/stand/Makefile.inc
diff -u src/sys/arch/hppa/stand/Makefile.inc:1.3 src/sys/arch/hppa/stand/Makefile.inc:1.4
--- src/sys/arch/hppa/stand/Makefile.inc:1.3 Sun Feb 21 09:50:05 2016
+++ src/sys/arch/hppa/stand/Makefile.inc Tue Aug 29 05:17:43 2017
@@ -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