Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1411011 > unrolled thread

Re: [PATCH] tools lib api: respect CROSS_COMPILE for the linker

Started byLucas Stach <l.stach@pengutronix.de>
First post2016-06-01 11:20 +0200
Last post2016-06-01 15:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] tools lib api: respect CROSS_COMPILE for the linker Lucas Stach <l.stach@pengutronix.de> - 2016-06-01 11:20 +0200
    Re: [PATCH] tools lib api: respect CROSS_COMPILE for the linker Arnaldo Carvalho de Melo <acme@redhat.com> - 2016-06-01 15:10 +0200

#1411011 — Re: [PATCH] tools lib api: respect CROSS_COMPILE for the linker

FromLucas Stach <l.stach@pengutronix.de>
Date2016-06-01 11:20 +0200
SubjectRe: [PATCH] tools lib api: respect CROSS_COMPILE for the linker
Message-ID<rFatH-6x6-15@gated-at.bofh.it>
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@pengutronix.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
>  

[toc] | [next] | [standalone]


#1411190

FromArnaldo Carvalho de Melo <acme@redhat.com>
Date2016-06-01 15:10 +0200
Message-ID<rFe4h-n9-7@gated-at.bofh.it>
In reply to#1411011
Em Wed, Jun 01, 2016 at 11:18:13AM +0200, Lucas Stach escreveu:
> 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@pengutronix.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?

I just completely lost track of this, sorry, will try to read it
again...

- Arnaldo

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web