aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-08-19 14:04:51 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-08-21 23:22:00 -0600
commitbbbe13188a9d1dae5633a79978e52c0a0e12136c (patch)
tree3fbb94ebd4ef3c475727d304efb7f2bf327a973e
parent72d91370e76d6cab27d9392718e2070a8f01f45e (diff)
LINARO: fix cross compiling of tools
Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--debian/rules.d/2-binary-arch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.d/2-binary-arch.mk b/debian/rules.d/2-binary-arch.mk
index 2c04a21f0a3..8d9a533e35c 100644
--- a/debian/rules.d/2-binary-arch.mk
+++ b/debian/rules.d/2-binary-arch.mk
@@ -377,7 +377,7 @@ endif
$(stampdir)/stamp-build-perarch: prepare-perarch
ifeq ($(do_tools),true)
- cd $(builddir)/tools-$*/tools/perf && make $(CROSS_COMPILE)
+ cd $(builddir)/tools-$*/tools/perf && make CROSS_COMPILE=$(CROSS_COMPILE)
endif
@touch $@