projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ac129e
)
tools lib lk: Respect CROSS_COMPILE
author
Rabin Vincent
<rabin@rab.in>
Fri, 17 May 2013 20:27:44 +0000
(22:27 +0200)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 29 May 2013 12:46:36 +0000
(15:46 +0300)
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
patch
|
blob
|
history
diff --git
a/tools/lib/lk/Makefile
b/tools/lib/lk/Makefile
index
926cbf3
..
2c5a197
100644
(file)
--- 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=