[Buildroot] svn commit: trunk/buildroot/toolchain/gcc

aldot at uclibc.org aldot at uclibc.org
Sat Sep 15 12:12:57 UTC 2007


Author: aldot
Date: 2007-09-15 05:12:56 -0700 (Sat, 15 Sep 2007)
New Revision: 19852

Log:
- fix copy'n paste error in ABI configuration


Modified:
   trunk/buildroot/toolchain/gcc/Makefile.in


Changeset:
Modified: trunk/buildroot/toolchain/gcc/Makefile.in
===================================================================
--- trunk/buildroot/toolchain/gcc/Makefile.in	2007-09-15 11:05:11 UTC (rev 19851)
+++ trunk/buildroot/toolchain/gcc/Makefile.in	2007-09-15 12:12:56 UTC (rev 19852)
@@ -64,7 +64,7 @@
 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
 




More information about the buildroot mailing list