lkml.org 
[lkml]   [2013]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] tools lib lk: respect CROSS_COMPILE
2013/5/17 Rabin Vincent <rabin@rab.in>:
> Make lk use CROSS_COMPILE, in order to be able to cross compile perf
> again.
>
> Signed-off-by: Rabin Vincent <rabin@rab.in>

Ping. Would be nice if this was merged so that perf cross compile is no longer
broken.

> ---
> tools/lib/lk/Makefile | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/tools/lib/lk/Makefile b/tools/lib/lk/Makefile
> index 926cbf3..2c5a197 100644
> --- a/tools/lib/lk/Makefile
> +++ b/tools/lib/lk/Makefile
> @@ -1,5 +1,8 @@
> include ../../scripts/Makefile.include
>
> +CC = $(CROSS_COMPILE)gcc
> +AR = $(CROSS_COMPILE)ar
> +
> # guard against environment variables
> LIB_H=
> LIB_OBJS=
> --
> 1.8.1.2
>


\
 
 \ /
  Last update: 2013-05-27 16:21    [W:0.048 / U:0.216 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site