diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 1ada6dfaed..b323f326e6 100644 --- a/toolchain/gcc/Makefile.in +++ b/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)