Module Name: src Committed By: rin Date: Sun Apr 26 06:51:35 UTC 2020
Modified Files: src/sys/stand/efiboot: Makefile.efiboot Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/stand/efiboot/Makefile.efiboot Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/stand/efiboot/Makefile.efiboot diff -u src/sys/stand/efiboot/Makefile.efiboot:1.11 src/sys/stand/efiboot/Makefile.efiboot:1.12 --- src/sys/stand/efiboot/Makefile.efiboot:1.11 Wed Apr 1 10:45:44 2020 +++ src/sys/stand/efiboot/Makefile.efiboot Sun Apr 26 06:51:35 2020 @@ -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 @@ BINMODE=444 .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}