Explorar o código

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.
Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
197ab1cef2
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      toolchain/gcc/Makefile.in

+ 2 - 1
toolchain/gcc/Makefile.in

@@ -50,6 +50,8 @@ else # no softfloat support
 SOFT_FLOAT_CONFIG_OPTION:=
 TARGET_SOFT_FLOAT:=
 ARCH_FPU_SUFFIX:=
+endif
+
 # some additional defaults
 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)
 endif
-endif
 
 # AVR32 GCC configuration
 ifeq ($(strip $(BR2_avr32)),y)