kernel: Correct CROSS_COMPILE_ARM32 toolchain
* Missed in the original commit that switched to androidkernel toochain Change-Id: I9b6d2e7216b48d22bcb7eec62c4fd9c05a895d18
This commit is contained in:
parent
942e39694c
commit
b9ee68c3fb
|
@ -273,7 +273,7 @@ endif
|
|||
|
||||
# Needed for CONFIG_COMPAT_VDSO, safe to set for all arm64 builds
|
||||
ifeq ($(KERNEL_ARCH),arm64)
|
||||
KERNEL_CROSS_COMPILE += CROSS_COMPILE_ARM32="arm-linux-androideabi-"
|
||||
KERNEL_CROSS_COMPILE += CROSS_COMPILE_ARM32="arm-linux-androidkernel-"
|
||||
endif
|
||||
|
||||
ccache =
|
||||
|
|
Loading…
Reference in New Issue