summaryrefslogtreecommitdiff
path: root/nuttx/arch
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch')
-rw-r--r--nuttx/arch/arm/src/arm/Kconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/arm/Kconfig b/nuttx/arch/arm/src/arm/Kconfig
index 665fab575..758dbaff0 100644
--- a/nuttx/arch/arm/src/arm/Kconfig
+++ b/nuttx/arch/arm/src/arm/Kconfig
@@ -17,6 +17,10 @@ config ARM_TOOLCHAIN_BUILDROOT
config ARM_TOOLCHAIN_CODESOURCERYL
bool "CodeSourcery GNU toolchain under Linux"
depends on HOST_LINUX
+ ---help---
+ For use with the GNU toolchain built with the NuttX buildroot package.
+ This tools may be arm-nuttx-eabi- or, if ARM_OABI_TOOLCHAIN is set,
+ arm-nuttx-elf-.
config ARM_TOOLCHAIN_CODESOURCERYW
bool "CodeSourcery GNU toolchain under Windows"
@@ -30,7 +34,12 @@ config ARM_TOOLCHAIN_GNU_EABI
bool "Generic GNU EABI toolchain"
---help---
This option should work for any modern GNU toolchain (GCC 4.5 or newer)
- configured for arm-none-eabi.
+ configured for arm-none-eabi-.
+
+config ARM_TOOLCHAIN_GNU_OABI
+ bool "Generic GNU OABI toolchain"
+ ---help---
+ This option should work for any GNU toolchain configured for arm-elf-.
endchoice