mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Kconfig/deconfigs: Add CONFIG_ARCH_TOOLCHAIN_GNU to indicate that the toolchain is based on GNU gcc/as/ld. This is in addition to the CPU-specific versions of the same definition.
This commit is contained in:
@@ -13,9 +13,11 @@ choice
|
||||
config LM32_TOOLCHAIN_BUILDROOT
|
||||
bool "Buildroot (Cygwin or Linux)"
|
||||
depends on !WINDOWS_NATIVE
|
||||
select ARCH_TOOLCHAIN_GNU
|
||||
|
||||
config LM32_TOOLCHAIN_GNUL
|
||||
bool "Generic GNU toolchain under Linux (or other POSIX environment)"
|
||||
select ARCH_TOOLCHAIN_GNU
|
||||
---help---
|
||||
This option should work for any modern GNU toolchain (GCC 4.5 or newer)
|
||||
configured for lm32-elf-.
|
||||
@@ -23,6 +25,7 @@ config LM32_TOOLCHAIN_GNUL
|
||||
config LM32_TOOLCHAIN_GNUW
|
||||
bool "Generic GNU toolchain under Windows"
|
||||
depends on TOOLCHAIN_WINDOWS
|
||||
select ARCH_TOOLCHAIN_GNU
|
||||
---help---
|
||||
This option should work for any modern GNU toolchain (GCC 4.5 or newer)
|
||||
configured for lm32-elf-.
|
||||
|
||||
Reference in New Issue
Block a user