public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools lib lk: respect CROSS_COMPILE
@ 2013-05-17 20:27 Rabin Vincent
  2013-05-27 13:28 ` Rabin Vincent
  2013-05-31 12:21 ` [tip:perf/core] tools lib lk: Respect CROSS_COMPILE tip-bot for Rabin Vincent
  0 siblings, 2 replies; 4+ messages in thread
From: Rabin Vincent @ 2013-05-17 20:27 UTC (permalink / raw)
  To: acme, mingo; +Cc: bp, linux-kernel, Rabin Vincent

Make lk use CROSS_COMPILE, in order to be able to cross compile perf
again.

Signed-off-by: Rabin Vincent <rabin@rab.in>
---
 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


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

* Re: [PATCH] tools lib lk: respect CROSS_COMPILE
  2013-05-17 20:27 [PATCH] tools lib lk: respect CROSS_COMPILE Rabin Vincent
@ 2013-05-27 13:28 ` Rabin Vincent
  2013-05-27 13:39   ` Borislav Petkov
  2013-05-31 12:21 ` [tip:perf/core] tools lib lk: Respect CROSS_COMPILE tip-bot for Rabin Vincent
  1 sibling, 1 reply; 4+ messages in thread
From: Rabin Vincent @ 2013-05-27 13:28 UTC (permalink / raw)
  To: acme, mingo, paulus, a.p.zijlstra; +Cc: bp, linux-kernel, Rabin Vincent

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
>

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

* Re: [PATCH] tools lib lk: respect CROSS_COMPILE
  2013-05-27 13:28 ` Rabin Vincent
@ 2013-05-27 13:39   ` Borislav Petkov
  0 siblings, 0 replies; 4+ messages in thread
From: Borislav Petkov @ 2013-05-27 13:39 UTC (permalink / raw)
  To: Rabin Vincent
  Cc: acme, mingo, paulus, a.p.zijlstra, linux-kernel,
	Arnaldo Carvalho de Melo

On Mon, May 27, 2013 at 03:28:53PM +0200, Rabin Vincent wrote:
> Ping. Would be nice if this was merged so that perf cross compile is
> no longer broken.

It will be merged, just give acme some more leeway - he's currently
travelling around Europe with spotty internet connection.

-- 
Regards/Gruss,
    Boris.

Sent from a fat crate under my desk. Formatting is fine.
--

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

* [tip:perf/core] tools lib lk: Respect CROSS_COMPILE
  2013-05-17 20:27 [PATCH] tools lib lk: respect CROSS_COMPILE Rabin Vincent
  2013-05-27 13:28 ` Rabin Vincent
@ 2013-05-31 12:21 ` tip-bot for Rabin Vincent
  1 sibling, 0 replies; 4+ messages in thread
From: tip-bot for Rabin Vincent @ 2013-05-31 12:21 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: acme, linux-kernel, hpa, mingo, rabin, tglx, bp

Commit-ID:  3c4797d46c14fa0c7cf733a77bd4b28875078b53
Gitweb:     http://git.kernel.org/tip/3c4797d46c14fa0c7cf733a77bd4b28875078b53
Author:     Rabin Vincent <rabin@rab.in>
AuthorDate: Fri, 17 May 2013 22:27:44 +0200
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 29 May 2013 15:46:36 +0300

tools lib lk: Respect CROSS_COMPILE

Make lk use CROSS_COMPILE, in order to be able to cross compile perf
again.

Signed-off-by: Rabin Vincent <rabin@rab.in>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Borislav Petkov <bp@suse.de>
Link: http://lkml.kernel.org/r/1368822464-4887-1-git-send-email-rabin@rab.in
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 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=

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

end of thread, other threads:[~2013-05-31 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 20:27 [PATCH] tools lib lk: respect CROSS_COMPILE Rabin Vincent
2013-05-27 13:28 ` Rabin Vincent
2013-05-27 13:39   ` Borislav Petkov
2013-05-31 12:21 ` [tip:perf/core] tools lib lk: Respect CROSS_COMPILE tip-bot for Rabin Vincent

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