Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/efiboot Add --noinhibit-exec and --no-dy...
details: https://anonhg.NetBSD.org/src/rev/180d1027f3ea
branches: trunk
changeset: 970804:180d1027f3ea
user: christos <christos%NetBSD.org@localhost>
date: Sat Apr 04 15:30:46 2020 +0000
description:
Add --noinhibit-exec and --no-dynamic-linker
diffstat:
sys/arch/i386/stand/efiboot/Makefile.efiboot | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b27989d30357 -r 180d1027f3ea sys/arch/i386/stand/efiboot/Makefile.efiboot
--- a/sys/arch/i386/stand/efiboot/Makefile.efiboot Sat Apr 04 15:30:05 2020 +0000
+++ b/sys/arch/i386/stand/efiboot/Makefile.efiboot Sat Apr 04 15:30:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.efiboot,v 1.16 2019/09/13 02:19:45 manu Exp $
+# $NetBSD: Makefile.efiboot,v 1.17 2020/04/04 15:30:46 christos Exp $
S= ${.CURDIR}/../../../../..
@@ -41,6 +41,7 @@
.PATH: ${.CURDIR}/../../libsa
LDSCRIPT?= ${.CURDIR}/ldscript
+LDFLAGS+= --no-dynamic-linker --noinhibit-exec
LDFLAGS+= -nostdlib -T${LDSCRIPT} -Bsymbolic -shared -nocombreloc
CPPFLAGS+= -I$S -I${.CURDIR} -I${.CURDIR}/.. -I$S/lib/libsa
CPPFLAGS+= -I${.OBJDIR}
Home |
Main Index |
Thread Index |
Old Index