summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-15 14:12:56 +0200
committerBernhard Reutner-Fischer2007-09-15 14:12:56 +0200
commit239c8a5d58afa8e74ad8d09f56d9205489a5591f (patch)
treef4d039cee513d29fae61c0a11f41c67a5fc4ae70 /toolchain
parent- touchup a few bits that the submitter should have done in the first place (diff)
downloadbuildroot-239c8a5d58afa8e74ad8d09f56d9205489a5591f.tar.gz
buildroot-239c8a5d58afa8e74ad8d09f56d9205489a5591f.tar.xz
buildroot-239c8a5d58afa8e74ad8d09f56d9205489a5591f.zip
- fix copy'n paste error in ABI configuration
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile.in b/toolchain/gcc/Makefile.in
index 99b7d4725..01a0e9560 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