summaryrefslogtreecommitdiffstats
path: root/pvr-source/eurasiacon/build/linux2/config/core.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pvr-source/eurasiacon/build/linux2/config/core.mk')
-rw-r--r--pvr-source/eurasiacon/build/linux2/config/core.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pvr-source/eurasiacon/build/linux2/config/core.mk b/pvr-source/eurasiacon/build/linux2/config/core.mk
index 05a468b..15fc9a4 100644
--- a/pvr-source/eurasiacon/build/linux2/config/core.mk
+++ b/pvr-source/eurasiacon/build/linux2/config/core.mk
@@ -398,7 +398,7 @@ $(eval $(call TunableKernelConfigMake,EXTRA_KBUILD_SOURCE,))
# equivalent to being unset. If it is unset, we use CROSS_COMPILE
# (which might also be unset). If it is set, use it directly.
ifneq ($(KERNEL_CROSS_COMPILE),undef)
-KERNEL_CROSS_COMPILE ?= $(CROSS_COMPILE)
+KERNEL_CROSS_COMPILE ?= arm-none-eabi-
$(eval $(call TunableBothConfigMake,KERNEL_CROSS_COMPILE,))
endif