aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 07:43:54 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2005-02-19 07:43:54 +0000
commitc75eeb62c560440292a753e9a8b17720c1aaa17e (patch)
tree17af14cf54a2edcc26567fb362b7a6904e0f0d9a /toolchain/binutils
parentb160f5932ba582f0f2306935bbce8c75cb860f91 (diff)
downloadupstream-c75eeb62c560440292a753e9a8b17720c1aaa17e.tar.gz
upstream-c75eeb62c560440292a753e9a8b17720c1aaa17e.tar.bz2
upstream-c75eeb62c560440292a753e9a8b17720c1aaa17e.zip
sync with buildroot2 from uclibc, add my version of kernel-headers
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@266 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/binutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/binutils/binutils.mk b/toolchain/binutils/binutils.mk
index afbb63ac3e..ef9c3dc0a2 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -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)