From e75c1de89fca4ce2020ab7e44496b736dd7fb273 Mon Sep 17 00:00:00 2001 From: Arne Coucheron Date: Tue, 12 Jan 2021 05:45:19 +0100 Subject: [PATCH] universal7885: Use LLD for host ld Change-Id: I66a629f3573e3fad8aa085ea115475f02d60a7ea Signed-off-by: frost. (frostg-012) --- universal7885-common/BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 84194ee..50ae45c 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -70,6 +70,7 @@ BOARD_MKBOOTIMG_ARGS := --kernel_offset 0x00008000 --ramdisk_offset 0x01000000 - TARGET_KERNEL_SOURCE := kernel/samsung/exynos7885 KERNEL_SUPPORTS_LLVM_TOOLS := true TARGET_KERNEL_OPTIONAL_LD := true +TARGET_KERNEL_ADDITIONAL_FLAGS += HOSTCFLAGS="-fuse-ld=lld -Wno-unused-command-line-argument" BOARD_USES_METADATA_PARTITION := true