mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] configure_helper: ignore new Meson 1.10.0 builtin options
@ 2026-02-04 12:46 Philipp Zabel
  2026-02-04 12:46 ` [ptxdist] [PATCH 2/2] host-meson: version bump 1.10.0 -> 1.10.1 Philipp Zabel
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2026-02-04 12:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Ignore new Meson builtin options  "b_thinlto_cache",
"b_thinlto_cache_dir", "cpp_importstd", and "os2_emxomf",
and "python.build_config" (all since 1.10.0).

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 scripts/configure_helper.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 3f2d50856252..d58918183124 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -105,6 +105,8 @@ meson_blacklist = [
 	"b_pch",
 	"b_pgo",
 	"b_pie",
+	"b_thinlto_cache",
+	"b_thinlto_cache_dir",
 	"b_sanitize",
 	"b_staticpic",
 	"backend_max_links",
@@ -131,6 +133,7 @@ meson_blacklist = [
 	"cpp_args",
 	"cpp_debugstl",
 	"cpp_eh",
+	"cpp_importstd",
 	"cpp_link_args",
 	"cpp_rtti",
 	"cpp_std",
@@ -151,9 +154,11 @@ meson_blacklist = [
 	"localstatedir",
 	"mandir",
 	"optimization",
+	"os2_emxomf",
 	"pkg_config_path",
 	"prefer_static",
 	"python.allow_limited_api",
+	"python.build_config",
 	"python.bytecompile",
 	"python.install_env",
 	"python.platlibdir",
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-04 12:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-04 12:46 [ptxdist] [PATCH 1/2] configure_helper: ignore new Meson 1.10.0 builtin options Philipp Zabel
2026-02-04 12:46 ` [ptxdist] [PATCH 2/2] host-meson: version bump 1.10.0 -> 1.10.1 Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox