Module Name: src
Committed By: christos
Date: Sat Sep 17 17:18:14 UTC 2016
Modified Files:
src/sys/arch/x68k/stand: Makefile.booters
Log Message:
Kill the PIE
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/Makefile.booters
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/x68k/stand/Makefile.booters
diff -u src/sys/arch/x68k/stand/Makefile.booters:1.8 src/sys/arch/x68k/stand/Makefile.booters:1.9
--- src/sys/arch/x68k/stand/Makefile.booters:1.8 Sun Jan 12 10:26:31 2014
+++ src/sys/arch/x68k/stand/Makefile.booters Sat Sep 17 13:18:14 2016
@@ -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