mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Buildroot EABI (vs OABI) is now the default
This commit is contained in:
@@ -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-
|
||||||
|
|||||||
Reference in New Issue
Block a user