Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/luna68k/stand/boot Pull up following revision(s)...
details: https://anonhg.NetBSD.org/src/rev/5fd28ebf5af3
branches: netbsd-8
changeset: 434417:5fd28ebf5af3
user: martin <martin%NetBSD.org@localhost>
date: Wed Nov 22 15:20:15 2017 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #376):
sys/arch/luna68k/stand/boot/Makefile: revision 1.14
Explicitly set NOPIE. GOT seems problematic on elf2aout(1) conversion.
Fixes silent hangup of luna68k boot.
Should be pulled up to netbsd-8.
Current bsd.own.mk sets NOPIE in case of BINDIR=/usr/mdec for standalone
programs and in luna68k case it's defined in ../Makefile.inc.
However, many bootloader Makefiles include bsd.own.mk first to override
CFLAGS etc. and Makefile.inc is not included (so BINDIR is not set) yet
at the point.
diffstat:
sys/arch/luna68k/stand/boot/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (13 lines):
diff -r 02d6eae54040 -r 5fd28ebf5af3 sys/arch/luna68k/stand/boot/Makefile
--- a/sys/arch/luna68k/stand/boot/Makefile Wed Nov 22 15:11:26 2017 +0000
+++ b/sys/arch/luna68k/stand/boot/Makefile Wed Nov 22 15:20:15 2017 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2017/04/08 19:53:21 christos Exp $
+# $NetBSD: Makefile,v 1.13.6.1 2017/11/22 15:20:15 martin Exp $
# @(#)Makefile 8.2 (Berkeley) 8/15/93
NOMAN= # defined
+NOPIE= # defined
.include <bsd.own.mk>
Home |
Main Index |
Thread Index |
Old Index