mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
toolchain: also use arch/tune/abi options when softfloat is enabled
The ifeq/endif nesting was wrong, so arch/tune/abi options where only set in the non-softfloat case.
This commit is contained in:
parent
3c9c983690
commit
197ab1cef2
@ -50,6 +50,8 @@ else # no softfloat support
|
|||||||
SOFT_FLOAT_CONFIG_OPTION:=
|
SOFT_FLOAT_CONFIG_OPTION:=
|
||||||
TARGET_SOFT_FLOAT:=
|
TARGET_SOFT_FLOAT:=
|
||||||
ARCH_FPU_SUFFIX:=
|
ARCH_FPU_SUFFIX:=
|
||||||
|
endif
|
||||||
|
|
||||||
# some additional defaults
|
# some additional defaults
|
||||||
ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ARCH))),)
|
ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ARCH))),)
|
||||||
# ")))
|
# ")))
|
||||||
@ -63,7 +65,6 @@ ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
|
|||||||
# ")))
|
# ")))
|
||||||
GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
|
GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
# AVR32 GCC configuration
|
# AVR32 GCC configuration
|
||||||
ifeq ($(strip $(BR2_avr32)),y)
|
ifeq ($(strip $(BR2_avr32)),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user