mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] host-dtc: set make env
@ 2024-01-05 12:12 Ladislav Michl
  2024-01-10 16:57 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2024-01-05 12:12 UTC (permalink / raw)
  To: ptxdist

From: Ladislav Michl <ladis@linux-mips.org>

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/host-dtc.make | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/rules/host-dtc.make b/rules/host-dtc.make
index 586b098bc..e1625ef91 100644
--- a/rules/host-dtc.make
+++ b/rules/host-dtc.make
@@ -28,15 +28,17 @@ HOST_DTC_LICENSE	:= GPL-2.0-only
 # Prepare
 # ----------------------------------------------------------------------------
 
-HOST_DTC_CONF_TOOL := NO
-HOST_DTC_MAKE_OPT := \
+HOST_DTC_CONF_TOOL	:= NO
+
+HOST_DTC_MAKE_ENV	:= $(HOST_ENV)
+
+HOST_DTC_MAKE_OPT	:= \
 	PREFIX=/usr \
 	NO_PYTHON=1 \
 	NO_VALGRIND=1 \
-	NO_YAML=1 \
-	$(HOST_ENV_CC)
+	NO_YAML=1
 
-HOST_DTC_INSTALL_OPT := \
+HOST_DTC_INSTALL_OPT	:= \
 	$(HOST_DTC_MAKE_OPT) \
 	install-bin \
 	install-lib
-- 
2.39.2




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

* Re: [ptxdist] [APPLIED] host-dtc: set make env
  2024-01-05 12:12 [ptxdist] [PATCH] host-dtc: set make env Ladislav Michl
@ 2024-01-10 16:57 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-01-10 16:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Ladislav Michl

Thanks, applied as 0fccf05075873a4fcebf256a92e8bd6230ec80c3.

Michael

[sent from post-receive hook]

On Wed, 10 Jan 2024 17:57:47 +0100, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <ZZfyPivyzZ20WW4q@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/host-dtc.make b/rules/host-dtc.make
> index 586b098bc3c8..e1625ef9121c 100644
> --- a/rules/host-dtc.make
> +++ b/rules/host-dtc.make
> @@ -28,15 +28,17 @@ HOST_DTC_LICENSE	:= GPL-2.0-only
>  # Prepare
>  # ----------------------------------------------------------------------------
>  
> -HOST_DTC_CONF_TOOL := NO
> -HOST_DTC_MAKE_OPT := \
> +HOST_DTC_CONF_TOOL	:= NO
> +
> +HOST_DTC_MAKE_ENV	:= $(HOST_ENV)
> +
> +HOST_DTC_MAKE_OPT	:= \
>  	PREFIX=/usr \
>  	NO_PYTHON=1 \
>  	NO_VALGRIND=1 \
> -	NO_YAML=1 \
> -	$(HOST_ENV_CC)
> +	NO_YAML=1
>  
> -HOST_DTC_INSTALL_OPT := \
> +HOST_DTC_INSTALL_OPT	:= \
>  	$(HOST_DTC_MAKE_OPT) \
>  	install-bin \
>  	install-lib



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

end of thread, other threads:[~2024-01-10 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-05 12:12 [ptxdist] [PATCH] host-dtc: set make env Ladislav Michl
2024-01-10 16:57 ` [ptxdist] [APPLIED] " Michael Olbrich

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