- fix copy'n paste error in ABI configuration
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 15 Sep 2007 12:12:56 +0000 (12:12 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 15 Sep 2007 12:12:56 +0000 (12:12 -0000)
toolchain/gcc/Makefile.in

index 99b7d4725746f659bf60f06186d15299384f3db5..01a0e95608b25deed56defb24ed34b886d5c714a 100644 (file)
@@ -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