From c2e4f45c462fb8a974b875ca8fcbdcd56ec7678c Mon Sep 17 00:00:00 2001 From: bengris32 Date: Sat, 1 Oct 2022 10:15:36 +0100 Subject: [PATCH] rosemary: Bump clang toolchain version to r450784d * We now have the required patches in kernel to compile with clang r450784d and LLVM binutils. Signed-off-by: bengris32 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 70921e1..5e726fa 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -84,7 +84,7 @@ TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_SOURCE := kernel/xiaomi/mt6785 TARGET_KERNEL_CONFIG := rosemary_defconfig TARGET_KERNEL_CLANG_COMPILE := true -TARGET_KERNEL_CLANG_VERSION := r383902 +TARGET_KERNEL_CLANG_VERSION := r450784d BOARD_KERNEL_SEPARATED_DTBO := true BOARD_INCLUDE_RECOVERY_DTBO := true BOARD_KERNEL_IMAGE_NAME := Image.gz