summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2010-10-19 16:49:23 +0200
committerSebastien Jan <s-jan@ti.com>2010-10-19 16:51:35 +0200
commitddb3c90243066c82fb6617c80b4e3e1943e6e83a (patch)
treeba2d9a9b38b7765f3525b51c1333fac8c2b1c5b6
parentad60fc39aaabcbc5f8098e36ef914c8b75b80b79 (diff)
UBUNTU: Simplify the use of cross compiler
Adds the missing bits from earlier patch. From Ubuntu tree ti-omap4 branch, Tim Gardner Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r--debian/rules.d/0-common-vars.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.d/0-common-vars.mk b/debian/rules.d/0-common-vars.mk
index a07f16d17c0c..1ea5bb00368c 100644
--- a/debian/rules.d/0-common-vars.mk
+++ b/debian/rules.d/0-common-vars.mk
@@ -97,7 +97,7 @@ DEB_BUILD_ARCH = $(shell dpkg-architecture -qDEB_BUILD_ARCH)
arch := $(DEB_HOST_ARCH)
ifneq ($(arch),$(DEB_HOST_ARCH))
ifeq ($(arch),armel)
- CROSS_COMPILE ?= CROSS_COMPILE=arm-linux-gnueabi-
+ CROSS_COMPILE ?= arm-linux-gnueabi-
endif
endif