Buildroot EABI (vs OABI) is now the default

This commit is contained in:
Gregory Nutt 2014-02-28 07:49:15 -06:00
parent 47ca6ef4d4
commit df156de4a4
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ endchoice
config ARM_OABI_TOOLCHAIN config ARM_OABI_TOOLCHAIN
bool "OABI (vs EABI)" bool "OABI (vs EABI)"
default y default n
depends on ARM_TOOLCHAIN_BUILDROOT depends on ARM_TOOLCHAIN_BUILDROOT
---help--- ---help---
Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi- Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi-

View File

@ -52,7 +52,7 @@ endchoice
config ARMV7A_OABI_TOOLCHAIN config ARMV7A_OABI_TOOLCHAIN
bool "OABI (vs EABI)" bool "OABI (vs EABI)"
default y default n
depends on ARMV7A_TOOLCHAIN_BUILDROOT depends on ARMV7A_TOOLCHAIN_BUILDROOT
---help--- ---help---
Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi- Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi-

View File

@ -59,7 +59,7 @@ endchoice
config ARMV7M_OABI_TOOLCHAIN config ARMV7M_OABI_TOOLCHAIN
bool "OABI (vs EABI)" bool "OABI (vs EABI)"
default y default n
depends on ARMV7M_TOOLCHAIN_BUILDROOT depends on ARMV7M_TOOLCHAIN_BUILDROOT
---help--- ---help---
Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi- Most of the older buildroot toolchains are OABI and are named arm-nuttx-elf- vs. arm-nuttx-eabi-