From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson 1.10.0 builtin options
Date: Fri, 13 Feb 2026 11:02:58 +0100 [thread overview]
Message-ID: <20260213100258.2786069-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260204124651.1716659-1-p.zabel@pengutronix.de>
Thanks, applied as b3875a0514a6af8e83ad2fd6a0d07285de343e38.
Michael
[sent from post-receive hook]
On Fri, 13 Feb 2026 11:02:58 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> 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>
> Message-Id: <20260204124651.1716659-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> 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",
prev parent reply other threads:[~2026-02-13 10:03 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-04 12:46 [ptxdist] [PATCH 1/2] " Philipp Zabel
2026-02-04 12:46 ` [ptxdist] [PATCH 2/2] host-meson: version bump 1.10.0 -> 1.10.1 Philipp Zabel
2026-02-13 10:02 ` [ptxdist] [APPLIED] " Michael Olbrich
2026-02-13 10:02 ` Michael Olbrich [this message]
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=20260213100258.2786069-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=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