svn commit: trunk/buildroot/toolchain/binutils

lethal at uclibc.org lethal at uclibc.org
Mon Nov 21 19:51:15 UTC 2005


Author: lethal
Date: 2005-11-21 11:51:12 -0800 (Mon, 21 Nov 2005)
New Revision: 12455

Log:
binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.



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


Changeset:
Modified: trunk/buildroot/toolchain/binutils/binutils.mk
===================================================================
--- trunk/buildroot/toolchain/binutils/binutils.mk	2005-11-21 19:11:56 UTC (rev 12454)
+++ trunk/buildroot/toolchain/binutils/binutils.mk	2005-11-21 19:51:12 UTC (rev 12455)
@@ -38,6 +38,7 @@
 $(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)
 	mkdir -p $(TOOL_BUILD_DIR)
 	$(BINUTILS_CAT) $(DL_DIR)/$(BINUTILS_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
+	$(CONFIG_UPDATE) $(BINUTILS_DIR)
 	touch $(BINUTILS_DIR)/.unpacked
 
 $(BINUTILS_DIR)/.patched: $(BINUTILS_DIR)/.unpacked




More information about the uClibc-cvs mailing list