Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/stand/efiboot Adjust for binutils 2.34 in the same manne...



details:   https://anonhg.NetBSD.org/src/rev/3939126f23d6
branches:  trunk
changeset: 1009533:3939126f23d6
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Apr 26 06:51:35 2020 +0000

description:
Adjust for binutils 2.34 in the same manner as efiboot/x86:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/stand/efiboot/Makefile.efiboot#rev1.17

diffstat:

 sys/stand/efiboot/Makefile.efiboot |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 586ee121544d -r 3939126f23d6 sys/stand/efiboot/Makefile.efiboot
--- a/sys/stand/efiboot/Makefile.efiboot        Sun Apr 26 00:40:10 2020 +0000
+++ b/sys/stand/efiboot/Makefile.efiboot        Sun Apr 26 06:51:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.efiboot,v 1.11 2020/04/01 10:45:44 tnn Exp $
+# $NetBSD: Makefile.efiboot,v 1.12 2020/04/26 06:51:35 rin Exp $
 
 S=             ${.CURDIR}/../../..
 
@@ -47,6 +47,7 @@
 .PATH: ${.CURDIR} ${.CURDIR}/..
 .PATH: ${.CURDIR}/../../lib
 
+LDFLAGS+= --no-dynamic-linker --noinhibit-exec
 LDFLAGS+= -nostdlib -T${LDSCRIPT} -Bsymbolic -shared
 CPPFLAGS+= -I$S -I${.CURDIR} -I${.CURDIR}/../common -I$S/lib/libsa
 CPPFLAGS+= -I${.OBJDIR}



Home | Main Index | Thread Index | Old Index