Module Name: src
Committed By: christos
Date: Thu Sep 8 14:40:52 UTC 2016
Modified Files:
src/sys/arch/mipsco/stand: Makefile.booters Makefile.inc
Log Message:
Avoid the PIE
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/mipsco/stand/Makefile.booters
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mipsco/stand/Makefile.inc
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/mipsco/stand/Makefile.booters
diff -u src/sys/arch/mipsco/stand/Makefile.booters:1.21 src/sys/arch/mipsco/stand/Makefile.booters:1.22
--- src/sys/arch/mipsco/stand/Makefile.booters:1.21 Fri Jan 31 14:38:48 2014
+++ src/sys/arch/mipsco/stand/Makefile.booters Thu Sep 8 10:40:52 2016
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile.booters,v 1.21 2014/01/31 19:38:48 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.22 2016/09/08 14:40:52 christos Exp $
NOMAN= # defined
+NOPIE= # defined
-.include <bsd.own.mk>
+.include <bsd.init.mk>
S= ${.CURDIR}/../../../..
MIPS= ${S}/arch/mips
Index: src/sys/arch/mipsco/stand/Makefile.inc
diff -u src/sys/arch/mipsco/stand/Makefile.inc:1.4 src/sys/arch/mipsco/stand/Makefile.inc:1.5
--- src/sys/arch/mipsco/stand/Makefile.inc:1.4 Tue Aug 27 04:53:16 2002
+++ src/sys/arch/mipsco/stand/Makefile.inc Thu Sep 8 10:40:52 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.4 2002/08/27 08:53:16 lukem Exp $
+# $NetBSD: Makefile.inc,v 1.5 2016/09/08 14:40:52 christos Exp $
NOMAN= # defined
-
-.include <bsd.own.mk>
+NOPIE= # defined
BINDIR?= /usr/mdec