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

aldot at uclibc.org aldot at uclibc.org
Wed Dec 13 23:18:02 UTC 2006


Author: aldot
Date: 2006-12-13 15:18:02 -0800 (Wed, 13 Dec 2006)
New Revision: 16910

Log:
- Pass the correct compiler when building the target binutils.


Modified:
   trunk/buildroot/toolchain/binutils/binutils.mk


Changeset:
Modified: trunk/buildroot/toolchain/binutils/binutils.mk
===================================================================
--- trunk/buildroot/toolchain/binutils/binutils.mk	2006-12-13 23:08:48 UTC (rev 16909)
+++ trunk/buildroot/toolchain/binutils/binutils.mk	2006-12-13 23:18:02 UTC (rev 16910)
@@ -101,6 +101,7 @@
 $(BINUTILS_DIR2)/.configured: $(BINUTILS_DIR)/.patched
 	mkdir -p $(BINUTILS_DIR2)
 	(cd $(BINUTILS_DIR2); \
+		CC_FOR_BUILD="$(HOSTCC)" \
 		PATH=$(TARGET_PATH) \
 		CFLAGS="$(TARGET_CFLAGS)" \
 		CFLAGS_FOR_BUILD="-O2 -g" \




More information about the buildroot mailing list