Loading core/tasks/kernel.mk +6 −6 Original line number Diff line number Diff line Loading @@ -108,15 +108,15 @@ ifeq ($(TARGET_ARCH),arm) # Check that the executable is here. ccache := $(strip $(wildcard $(ccache))) endif ifneq ($(TARGET_KERNEL_CUSTOM_TOOLCHAIN),) ifeq ($(HOST_OS),darwin) ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/darwin-x86/toolchain/$(TARGET_KERNEL_CUSTOM_TOOLCHAIN)/bin/arm-eabi-" ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-" else ifneq ($(TARGET_KERNEL_CUSTOM_TOOLCHAIN),) ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/linux-x86/toolchain/$(TARGET_KERNEL_CUSTOM_TOOLCHAIN)/bin/arm-eabi-" endif else ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ARM_EABI_TOOLCHAIN)/arm-eabi-" endif endif ccache = endif Loading Loading
core/tasks/kernel.mk +6 −6 Original line number Diff line number Diff line Loading @@ -108,15 +108,15 @@ ifeq ($(TARGET_ARCH),arm) # Check that the executable is here. ccache := $(strip $(wildcard $(ccache))) endif ifneq ($(TARGET_KERNEL_CUSTOM_TOOLCHAIN),) ifeq ($(HOST_OS),darwin) ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/darwin-x86/toolchain/$(TARGET_KERNEL_CUSTOM_TOOLCHAIN)/bin/arm-eabi-" ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-" else ifneq ($(TARGET_KERNEL_CUSTOM_TOOLCHAIN),) ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ANDROID_BUILD_TOP)/prebuilt/linux-x86/toolchain/$(TARGET_KERNEL_CUSTOM_TOOLCHAIN)/bin/arm-eabi-" endif else ARM_CROSS_COMPILE:=CROSS_COMPILE="$(ccache) $(ARM_EABI_TOOLCHAIN)/arm-eabi-" endif endif ccache = endif Loading