summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard2009-01-16 12:47:05 +0100
committerPeter Korsgaard2009-01-16 12:47:05 +0100
commit0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3 (patch)
tree8cca7addd50bc3860595d9af5e018bcff0dbed05 /toolchain/binutils
parentpackage/: convert to DOWNLOAD helper (diff)
downloadbuildroot-0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3.tar.gz
buildroot-0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3.tar.xz
buildroot-0ef35d5d5efed2d323c1fc7a3f2cc7b1ed977da3.zip
toolchain/: convert to DOWNLOAD helper
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 a9ec7d352..c285c6a62 100644
--- a/toolchain/binutils/binutils.mk
+++ b/toolchain/binutils/binutils.mk
@@ -84,7 +84,7 @@ BINUTILS_DIR1:=$(TOOL_BUILD_DIR)/binutils-$(BINUTILS_VERSION)-build
$(DL_DIR)/$(BINUTILS_SOURCE):
mkdir -p $(DL_DIR)
- $(WGET) -P $(DL_DIR) $(BINUTILS_SITE)/$(BINUTILS_SOURCE)
+ $(call DOWNLOAD,$(BINUTILS_SITE),$(BINUTILS_SOURCE))
binutils-unpacked: $(BINUTILS_DIR)/.patched
$(BINUTILS_DIR)/.unpacked: $(DL_DIR)/$(BINUTILS_SOURCE)