Commit 239c8a5d authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fix copy'n paste error in ABI configuration

parent b861a915
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ GCC_WITH_TUNE:=--with-tune=$(BR2_GCC_TARGET_TUNE)
endif
ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
# ")))
GCC_WITH_ABI:=--with-tune=$(BR2_GCC_TARGET_ABI)
GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
endif
endif