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/7a36e93c2eaa
branches:  trunk
changeset: 817964:7a36e93c2eaa
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 180dac4cc85c -r 7a36e93c2eaa 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