qemu: update to 10.0.0

- Update version to 10.0.0
- Update sanitizer config options names
- Add patch to fix meson cross compiler sanitiz check build

Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
This commit is contained in:
Vladimir Ermakov
2025-05-22 12:53:33 +02:00
committed by Josef Schlehofer
parent ceb3349f38
commit 40a439bfa8
5 changed files with 24 additions and 10 deletions

View File

@@ -11,9 +11,9 @@ OpenWrt base build system decide flavor of fortify_source to use
--- a/configure
+++ b/configure
@@ -757,6 +757,8 @@ for opt do
@@ -780,6 +780,8 @@ for opt do
;;
--gdb=*) gdb_bin="$optarg"
--disable-rust) rust=disabled
;;
+ --disable-fortify-source) fortify_source="no"
+ ;;