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/f4a32068b2cf
branches: trunk
changeset: 1008839:f4a32068b2cf
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 5c36f11609b9 -r f4a32068b2cf 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