mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] configure_helper: ignore new Meson builtin options
@ 2021-01-08 10:19 Philipp Zabel
  2021-01-15  7:22 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Zabel @ 2021-01-08 10:19 UTC (permalink / raw)
  To: ptxdist

Ignore new Meson builtin options "force_fallback_for" (since 0.55)
and "unity_size" (since 0.54).

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

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 1735f9b7d0d5..177b609f0b3b 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -137,6 +137,7 @@ meson_blacklist = [
 	"debug",
 	"default_library",
 	"errorlogs",
+	"force_fallback_for",
 	"includedir",
 	"infodir",
 	"install_umask",
@@ -153,6 +154,7 @@ meson_blacklist = [
 	"strip",
 	"sysconfdir",
 	"unity",
+	"unity_size",
 	"warning_level",
 	"werror",
 	"wrap_mode",
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* Re: [ptxdist] [APPLIED] configure_helper: ignore new Meson builtin options
  2021-01-08 10:19 [ptxdist] [PATCH] configure_helper: ignore new Meson builtin options Philipp Zabel
@ 2021-01-15  7:22 ` Michael Olbrich
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2021-01-15  7:22 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as c9c528a48f9250e365b02b96ac2208466adf5751.

Michael

[sent from post-receive hook]

On Fri, 15 Jan 2021 08:22:17 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Ignore new Meson builtin options "force_fallback_for" (since 0.55)
> and "unity_size" (since 0.54).
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20210108101947.2170-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 1735f9b7d0d5..177b609f0b3b 100755
> --- a/scripts/configure_helper.py
> +++ b/scripts/configure_helper.py
> @@ -137,6 +137,7 @@ meson_blacklist = [
>  	"debug",
>  	"default_library",
>  	"errorlogs",
> +	"force_fallback_for",
>  	"includedir",
>  	"infodir",
>  	"install_umask",
> @@ -153,6 +154,7 @@ meson_blacklist = [
>  	"strip",
>  	"sysconfdir",
>  	"unity",
> +	"unity_size",
>  	"warning_level",
>  	"werror",
>  	"wrap_mode",

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

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

* [ptxdist] [PATCH] configure_helper: ignore new Meson builtin options
@ 2021-11-22 16:36 Philipp Zabel
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2021-11-22 16:36 UTC (permalink / raw)
  To: ptxdist

Ignore new Meson builtin options "python.platlibdir",
"python.purelibdir", and "b_lto_threads" (since 0.60).

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

diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py
index 177b609f0b3b..c6daf6b6cec8 100755
--- a/scripts/configure_helper.py
+++ b/scripts/configure_helper.py
@@ -99,6 +99,7 @@ meson_blacklist = [
 	"b_colorout",
 	"b_coverage",
 	"b_lto",
+	"b_lto_threads",
 	"b_lundef",
 	"b_ndebug",
 	"b_pch",
@@ -148,6 +149,8 @@ meson_blacklist = [
 	"mandir",
 	"optimization",
 	"pkg_config_path",
+	"python.platlibdir",
+	"python.purelibdir",
 	"sbindir",
 	"sharedstatedir",
 	"stdsplit",
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

end of thread, other threads:[~2021-11-22 16:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 10:19 [ptxdist] [PATCH] configure_helper: ignore new Meson builtin options Philipp Zabel
2021-01-15  7:22 ` [ptxdist] [APPLIED] " Michael Olbrich
2021-11-22 16:36 [ptxdist] [PATCH] " Philipp Zabel

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