Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/bootxx no pie/sanitizers for boot code.



details:   https://anonhg.NetBSD.org/src/rev/b1db56c79907
branches:  trunk
changeset: 838007:b1db56c79907
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 30 01:54:13 2018 +0000

description:
no pie/sanitizers for boot code.

diffstat:

 sys/arch/macppc/stand/bootxx/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 44f8641ea6f2 -r b1db56c79907 sys/arch/macppc/stand/bootxx/Makefile
--- a/sys/arch/macppc/stand/bootxx/Makefile     Sun Dec 30 01:48:37 2018 +0000
+++ b/sys/arch/macppc/stand/bootxx/Makefile     Sun Dec 30 01:54:13 2018 +0000
@@ -1,4 +1,8 @@
-#      $NetBSD: Makefile,v 1.18 2018/03/02 23:15:25 sevan Exp $
+#      $NetBSD: Makefile,v 1.19 2018/12/30 01:54:13 christos Exp $
+
+NOLIBCSANITIZER=
+NOSANITIZER=
+NOPIE=
 
 S!=    cd ${.CURDIR}/../../../..; pwd
 



Home | Main Index | Thread Index | Old Index