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/5d40aaf09c9a
branches:  trunk
changeset: 447069:5d40aaf09c9a
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 4acbfa9ca7e8 -r 5d40aaf09c9a 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