[uClibc-cvs] svn commit: trunk/buildroot/toolchain/binutils
andersen at uclibc.org
andersen at uclibc.org
Fri Feb 11 21:02:09 UTC 2005
Author: andersen
Date: 2005-02-11 14:02:07 -0700 (Fri, 11 Feb 2005)
New Revision: 9852
Log:
fixup use of a variable before it is set
Modified:
trunk/buildroot/toolchain/binutils/binutils.mk
Changeset:
Modified: trunk/buildroot/toolchain/binutils/binutils.mk
===================================================================
--- trunk/buildroot/toolchain/binutils/binutils.mk 2005-02-11 20:52:06 UTC (rev 9851)
+++ trunk/buildroot/toolchain/binutils/binutils.mk 2005-02-11 21:02:07 UTC (rev 9852)
@@ -3,7 +3,7 @@
# build binutils for use on the host system
#
#############################################################
-BINUTILS_VERSION:=$(strip $(BINUTILS_VERSION))
+BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
BINUTILS_SITE:=http://ftp.kernel.org/pub/linux/devel/binutils
ifeq ($(BINUTILS_VERSION),2.15)
@@ -132,9 +132,3 @@
binutils_target-dirclean:
rm -rf $(BINUTILS_DIR2)
-#############################################################
-#
-# Toplevel Makefile options
-#
-#############################################################
-BINUTILS_VERSION:=$(strip $(subst ",, $(BR2_BINUTILS_VERSION)))
More information about the uClibc-cvs
mailing list