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:
parent
fc3cd308d5
commit
48211f90d3
@ -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"
|
||||
|
@ -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)"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user