From: Bernhard Reutner-Fischer Date: Sat, 15 Sep 2007 12:12:56 +0000 (-0000) Subject: - fix copy'n paste error in ABI configuration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=239c8a5d58afa8e74ad8d09f56d9205489a5591f;p=buildroot.git - fix copy'n paste error in ABI configuration --- diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in index 99b7d47257..01a0e95608 100644 --- a/toolchain/gcc/Makefile.in +++ b/toolchain/gcc/Makefile.in @@ -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