ci: select ARMV7A_TOOLCHAIN_GNU_EABIL for ARMv7-A based builds

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
Petro Karashchenko 2022-01-25 10:42:27 +02:00 committed by Xiang Xiao
parent fc3cd308d5
commit 48211f90d3
5 changed files with 7 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV6M Configuration Options"
comment "ARMv6-M Configuration Options"
choice
prompt "Toolchain Selection"

View File

@ -158,7 +158,7 @@ config ARMV7A_TOOLCHAIN_GNU_OABI
---help---
This option should work for any GNU toolchain configured for arm-elf-.
endchoice # ARMV7A_HAVE_L2CC
endchoice # Toolchain Selection
config ARMV7A_OABI_TOOLCHAIN
bool "OABI (vs EABI)"

View File

@ -3,7 +3,7 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV7M Configuration Options"
comment "ARMv7-M Configuration Options"
config ARMV7M_HAVE_ICACHE
bool

View File

@ -3,7 +3,7 @@
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "ARMV8M Configuration Options"
comment "ARMv8-M Configuration Options"
config ARMV8M_HAVE_ICACHE
bool

View File

@ -1 +1,3 @@
/arm/[a-h]*,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL
/arm/[a]*,CONFIG_ARMV7A_TOOLCHAIN_GNU_EABIL
/arm/[b-h]*,CONFIG_ARMV7M_TOOLCHAIN_GNU_EABIL