From 7ad6643de252930a3d490392841075c61b7e1dba Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Fri, 12 May 2017 17:51:21 +0200 Subject: pvr module: set arm-none-eabi- toolchain prefix Signed-off-by: Wolfgang Wiedmeyer --- pvr-source/eurasiacon/build/linux2/config/core.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pvr-source') 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 -- cgit v1.1