mirror of
https://github.com/apache/nuttx.git
synced 2026-08-11 15:35:10 +00: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:
parent
9804320cae
commit
86e3bd9d75
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue