Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand Kill the PIE
details: https://anonhg.NetBSD.org/src/rev/426d8cce8614
branches: trunk
changeset: 347822:426d8cce8614
user: christos <christos%NetBSD.org@localhost>
date: Sat Sep 17 17:18:14 2016 +0000
description:
Kill the PIE
diffstat:
sys/arch/x68k/stand/Makefile.booters | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 0d7bebbb43b4 -r 426d8cce8614 sys/arch/x68k/stand/Makefile.booters
--- a/sys/arch/x68k/stand/Makefile.booters Sat Sep 17 17:13:00 2016 +0000
+++ b/sys/arch/x68k/stand/Makefile.booters Sat Sep 17 17:18:14 2016 +0000
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile.booters,v 1.8 2014/01/12 15:26:31 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.9 2016/09/17 17:18:14 christos Exp $
+NOPIE= # defined
S?= ${.CURDIR}/../../../..
CFLAGS+= -ffreestanding
Home |
Main Index |
Thread Index |
Old Index