package/uClibc: drop ARM EABI conditions
... since we now only support EABI for ARM, we only need to force EABI unconditionally. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
171df5276f
commit
d8dad05fbb
@ -182,11 +182,6 @@ config BR2_UCLIBC_ARM_TYPE
|
||||
default ARM_CORTEXA8 if BR2_cortex_a8
|
||||
default ARM_CORTEXA9 if BR2_cortex_a9
|
||||
|
||||
config BR2_UCLIBC_ARM_ABI
|
||||
string
|
||||
depends on BR2_UCLIBC_TARGET_ARCH = "arm"
|
||||
default EABI if BR2_ARM_EABI
|
||||
|
||||
config BR2_UCLIBC_ARM_BX
|
||||
bool
|
||||
depends on BR2_UCLIBC_TARGET_ARCH = "arm"
|
||||
|
@ -69,11 +69,9 @@ define UCLIBC_ARM_TYPE_CONFIG
|
||||
$(call UCLIBC_OPT_SET,$(UCLIBC_ARM_TYPE),y,$(@D))
|
||||
endef
|
||||
|
||||
UCLIBC_ARM_ABI = CONFIG_ARM_$(call qstrip,$(BR2_UCLIBC_ARM_ABI))
|
||||
|
||||
define UCLIBC_ARM_ABI_CONFIG
|
||||
$(SED) '/CONFIG_ARM_.ABI/d' $(@D)/.config
|
||||
$(call UCLIBC_OPT_SET,$(UCLIBC_ARM_ABI),y,$(@D))
|
||||
$(call UCLIBC_OPT_SET,CONFIG_ARM_EABI,y,$(@D))
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_UCLIBC_ARM_BX),y)
|
||||
|
Loading…
Reference in New Issue
Block a user