Module Name: src
Committed By: christos
Date: Sun Dec 30 01:54:13 UTC 2018
Modified Files:
src/sys/arch/macppc/stand/bootxx: Makefile
Log Message:
no pie/sanitizers for boot code.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/macppc/stand/bootxx/Makefile
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/macppc/stand/bootxx/Makefile
diff -u src/sys/arch/macppc/stand/bootxx/Makefile:1.18 src/sys/arch/macppc/stand/bootxx/Makefile:1.19
--- src/sys/arch/macppc/stand/bootxx/Makefile:1.18 Fri Mar 2 18:15:25 2018
+++ src/sys/arch/macppc/stand/bootxx/Makefile Sat Dec 29 20:54:13 2018
@@ -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