mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 1/2] configure_helper: ignore new Meson 1.10.0 builtin options
Date: Wed,  4 Feb 2026 13:46:50 +0100	[thread overview]
Message-ID: <20260204124651.1716659-1-p.zabel@pengutronix.de> (raw)

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




             reply	other threads:[~2026-02-04 12:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-04 12:46 Philipp Zabel [this message]
2026-02-04 12:46 ` [ptxdist] [PATCH 2/2] host-meson: version bump 1.10.0 -> 1.10.1 Philipp Zabel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260204124651.1716659-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox