clang triple renaming
Signed-off-by: maweiye <maweiye@huawei.com>
This commit is contained in:
parent
f7932bd006
commit
e567467b8a
2
Kconfig
2
Kconfig
|
@ -50,7 +50,7 @@ config COMPILER_CLANG_LLVM
|
||||||
config LLVM_TARGET
|
config LLVM_TARGET
|
||||||
string "Clang LLVM target"
|
string "Clang LLVM target"
|
||||||
depends on COMPILER_CLANG_LLVM
|
depends on COMPILER_CLANG_LLVM
|
||||||
default "arm-liteos" if ARCH_ARM_AARCH32
|
default "arm-liteos-ohos" if ARCH_ARM_AARCH32
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue