From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] configure_helper: blacklist Meson builtin options
Date: Fri, 17 Jul 2020 13:57:01 +0200 [thread overview]
Message-ID: <E1jwOz7-0004y2-7F@dude02.hi.pengutronix.de> (raw)
In-Reply-To: <20200708124700.11255-1-p.zabel@pengutronix.de>
Thanks, applied as 98a0a85e3b218f6e013ac2e07e5892ebac6f85fc.
Michael
[sent from post-receive hook]
On Fri, 17 Jul 2020 13:57:01 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Blacklist the build.cpp_rtti, build.objc_args, build.objc_link_args,
> build.objcpp_args, build.objcpp_link_args, and cpp_rtti builtin
> options.
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20200708124700.11255-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 a29d80ecf0f3..1735f9b7d0d5 100755
> --- a/scripts/configure_helper.py
> +++ b/scripts/configure_helper.py
> @@ -116,7 +116,12 @@ meson_blacklist = [
> "build.cpp_debugstl",
> "build.cpp_eh",
> "build.cpp_link_args",
> + "build.cpp_rtti",
> "build.cpp_std",
> + "build.objc_args",
> + "build.objc_link_args",
> + "build.objcpp_args",
> + "build.objcpp_link_args",
> "build.pkg_config_path",
> "c_args",
> "c_link_args",
> @@ -126,6 +131,7 @@ meson_blacklist = [
> "cpp_debugstl",
> "cpp_eh",
> "cpp_link_args",
> + "cpp_rtti",
> "cpp_std",
> "datadir",
> "debug",
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
prev parent reply other threads:[~2020-07-17 11:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-08 12:47 [ptxdist] [PATCH] " Philipp Zabel
2020-07-17 11:57 ` 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=E1jwOz7-0004y2-7F@dude02.hi.pengutronix.de \
--to=mol@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