Page MenuHomeFreeBSD

D46473.id142583.diff
No OneTemporary

D46473.id142583.diff

diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -50,11 +50,12 @@
vmm_nvhe_exception.o: vmm_nvhe_exception.S
${CC} -c -x assembler-with-cpp -DLOCORE \
- ${NOSAN_CFLAGS:N-mbranch-protection*} ${.IMPSRC} -o ${.TARGET} -fpie
+ ${NOSAN_CFLAGS:N-mbranch-protection*} ${DEPEND_CFLAGS} \
+ ${.IMPSRC} -o ${.TARGET} -fpie
vmm_nvhe.o: vmm_nvhe.c
- ${CC} -c ${NOSAN_CFLAGS:N-mbranch-protection*} ${.IMPSRC} \
- -o ${.TARGET} -fpie
+ ${CC} -c ${NOSAN_CFLAGS:N-mbranch-protection*} ${DEPEND_CFLAGS} \
+ ${.IMPSRC} -o ${.TARGET} -fpie
vmm_hyp_blob.elf.full: vmm_nvhe_exception.o vmm_nvhe.o
${LD} -m ${LD_EMULATION} -Bdynamic -L ${SYSDIR}/conf -T ${SYSDIR}/conf/ldscript.arm64 \

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 8, 8:51 PM (42 m, 58 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38536854
Default Alt Text
D46473.id142583.diff (780 B)

Event Timeline