git: d5931764df7f - main - sys/modules/vmm: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 May 2025 08:56:37 UTC
The branch main has been updated by delphij:
URL: https://cgit.FreeBSD.org/src/commit/?id=d5931764df7f8c522dd04dd7f0ed413561607c06
commit d5931764df7f8c522dd04dd7f0ed413561607c06
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2025-04-21 06:16:54 +0000
Commit: Xin LI <delphij@FreeBSD.org>
CommitDate: 2025-05-03 08:55:05 +0000
sys/modules/vmm: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*}
Fixes: 12a6257a96007222e5441d883709fca2a28febb5
Differential Revision: https://reviews.freebsd.org/D49940
---
sys/modules/vmm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/modules/vmm/Makefile b/sys/modules/vmm/Makefile
index 1e232779b4b7..066b4d814348 100644
--- a/sys/modules/vmm/Makefile
+++ b/sys/modules/vmm/Makefile
@@ -142,7 +142,7 @@ svm_support.o:
${.IMPSRC} -o ${.TARGET}
hyp_genassym.o: offset.inc
- ${CC} -c ${NOSAN_CFLAGS:N-flto:N-fno-common} -fcommon ${.IMPSRC}
+ ${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC}
vmx_genassym.o: offset.inc
${CC} -c ${NOSAN_CFLAGS:N-flto*:N-fno-common} -fcommon ${.IMPSRC}