Buildroot EABI (vs OABI) is now the default
This commit is contained in:
parent
47ca6ef4d4
commit
df156de4a4
@ -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-
|
||||||
|
@ -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-
|
||||||
|
@ -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-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user