summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2013-05-17 22:27:44 +0200
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:34:28 +0900
commit73321a7c165bd32f7588281dcfd322183e797a33 (patch)
treeea323cc68f4767d42c98f0db6dc3fa3673d0d791 /tools
parent696a1e2129cc9a05e8a682dc0cc4f6f548e0f176 (diff)
downloadlinux-3.10-73321a7c165bd32f7588281dcfd322183e797a33.tar.gz
linux-3.10-73321a7c165bd32f7588281dcfd322183e797a33.tar.bz2
linux-3.10-73321a7c165bd32f7588281dcfd322183e797a33.zip
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/lk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/lk/Makefile b/tools/lib/lk/Makefile
index 926cbf3efc7..2c5a1973335 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=