mirror of
https://github.com/apache/nuttx.git
synced 2026-09-25 17:39:00 +08:00
arm/toolchain: update toolchain comment to avoid confusion
1. add 'ARM' prefix to choice menu 2. rename 'Generic Clang toolchain' to 'LLVM Clang toolchain' to avoid confuse with CONFIG_ARM_TOOLCHAIN_ARMCLANG Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
+2
-2
@@ -7,7 +7,7 @@ if ARCH_ARM
|
||||
comment "ARM Options"
|
||||
|
||||
choice
|
||||
prompt "Toolchain Selection"
|
||||
prompt "ARM Toolchain Selection"
|
||||
default ARM_TOOLCHAIN_GNU_EABI
|
||||
|
||||
config ARM_TOOLCHAIN_IAR
|
||||
@@ -39,7 +39,7 @@ config ARM_TOOLCHAIN_GNU_OABI
|
||||
This option should work for any GNU toolchain.
|
||||
|
||||
config ARM_TOOLCHAIN_CLANG
|
||||
bool "Generic Clang toolchain"
|
||||
bool "LLVM Clang toolchain"
|
||||
select ARCH_TOOLCHAIN_CLANG
|
||||
|
||||
config ARM_TOOLCHAIN_ARMCLANG
|
||||
|
||||
Reference in New Issue
Block a user