Page MenuHomeFreeBSD

D56894.id177474.diff
No OneTemporary

D56894.id177474.diff

diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -113,7 +113,7 @@
linux${SFX}_vdso.so.o: linux${SFX}_locore.o linux${SFX}_vdso_gtod.o
${LD} -m elf_i386 --shared --eh-frame-hdr -soname=linux-gate.so.1 \
--no-undefined --hash-style=both -warn-common -nostdlib \
- --strip-debug -s --build-id=sha1 --Bsymbolic \
+ --strip-debug -s --build-id=sha1 -znoexecstack -Bsymbolic \
-T${SRCTOP}/sys/${MACHINE}/linux${SFX}/linux${SFX}_vdso.lds.s \
-o ${.TARGET} ${.ALLSRC:M*.o}
diff --git a/sys/modules/linux64/Makefile b/sys/modules/linux64/Makefile
--- a/sys/modules/linux64/Makefile
+++ b/sys/modules/linux64/Makefile
@@ -79,7 +79,7 @@
linux_vdso.so.o: linux_locore.o linux_vdso_gtod.o
${LD} --shared --eh-frame-hdr -soname=linux-vdso.so.1 \
--no-undefined --hash-style=both -warn-common -nostdlib \
- --strip-debug -s --build-id=sha1 -Bsymbolic \
+ --strip-debug -s --build-id=sha1 -znoexecstack -Bsymbolic \
-T${SRCTOP}/sys/${MACHINE}/linux/linux_vdso.lds.s \
-o ${.TARGET} ${.ALLSRC:M*.o}

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 13, 10:42 PM (12 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35047661
Default Alt Text
D56894.id177474.diff (1 KB)

Event Timeline