From 5a185df69d070f1f3f81da1463967dc2985ce6a1 Mon Sep 17 00:00:00 2001 From: maweiye Date: Fri, 24 Dec 2021 16:46:46 +0800 Subject: [PATCH] clang triple renaming Signed-off-by: maweiye --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index aa4bcdc9..f394150a 100644 --- a/Kconfig +++ b/Kconfig @@ -50,7 +50,7 @@ config COMPILER_CLANG_LLVM config LLVM_TARGET string "Clang LLVM target" depends on COMPILER_CLANG_LLVM - default "arm-liteos" if ARCH_ARM_AARCH32 + default "arm-liteos-ohos" if ARCH_ARM_AARCH32 endchoice -- Gitee