Skip to content
Snippets Groups Projects
Commit 8ffc85d0 authored by jay_chuang's avatar jay_chuang Committed by Eric1 Lin
Browse files

Common: kernel: set default cross compiler to arm-eabi-4.8

Change-Id: I786192bf32d5b191bda8397952c8cec87b2a5f1f
Reviewed-on: http://mcrd1-22-pc.corpnet.asus/code-review/master/229930


Reviewed-by: default avatarjay_chuang <jay_chuang@asus.com>
Tested-by: default avatarjay_chuang <jay_chuang@asus.com>
Reviewed-by: default avatarEric1 Lin <Eric1_Lin@asus.com>
parent 28a075dc
No related merge requests found
......@@ -35,7 +35,7 @@ endif
TARGET_KERNEL_CROSS_COMPILE_PREFIX := $(strip $(TARGET_KERNEL_CROSS_COMPILE_PREFIX))
ifeq ($(TARGET_KERNEL_CROSS_COMPILE_PREFIX),)
KERNEL_CROSS_COMPILE := arm-eabi-
KERNEL_CROSS_COMPILE := $(ANDROID_BUILD_TOP)/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-
else
KERNEL_CROSS_COMPILE := $(TARGET_KERNEL_CROSS_COMPILE_PREFIX)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment