[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1464772693.25525.2.camel@pengutronix.de>
Date: Wed, 01 Jun 2016 11:18:13 +0200
From: Lucas Stach <l.stach@...gutronix.de>
To: Arnaldo Carvalho de Melo <acme@...hat.com>
Cc: kernel@...gutronix.de, linux-kernel@...r.kernel.org,
Jiri Olsa <jolsa@...nel.org>, patchwork-lst@...gutronix.de
Subject: Re: [PATCH] tools lib api: respect CROSS_COMPILE for the linker
Am Donnerstag, den 17.03.2016, 18:27 +0100 schrieb Lucas Stach:
> This fixes cross compilation of libapi.
>
> Signed-off-by: Lucas Stach <l.stach@...gutronix.de>
There has been a fair amount of discussion going on in reply to this
patch, most of which had more general nature and didn't really discuss
the content of this patch.
Unfortunately it hasn't been applied, leaving the current mainline
unable to cross compile libapi. Can we please apply this patch to fix
this?
Thanks,
Lucas
> ---
> tools/lib/api/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tools/lib/api/Makefile b/tools/lib/api/Makefile
> index d85904dc9b38..9383bb866664 100644
> --- a/tools/lib/api/Makefile
> +++ b/tools/lib/api/Makefile
> @@ -10,6 +10,7 @@ endif
>
> CC = $(CROSS_COMPILE)gcc
> AR = $(CROSS_COMPILE)ar
> +LD = $(CROSS_COMPILE)ld
>
> MAKEFLAGS += --no-print-directory
>
Powered by blists - more mailing lists