summaryrefslogtreecommitdiffstats
path: root/rules/binutils.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/binutils.make')
-rw-r--r--rules/binutils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index d0f4d4c48..d5b7ab35e 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -16,7 +16,7 @@ endif
# Paths and names
#
BINUTILS = binutils-$(PTXCONF_BINUTILS_VERSION)
-BINUTILS_URL = ftp://ftp.gnu.org/pub/gnu/binutils/$(BINUTILS).tar.gz
+BINUTILS_URL = $(PTXCONF_GNUMIRROR)/binutils/$(BINUTILS).tar.gz
BINUTILS_SOURCE = $(SRCDIR)/$(BINUTILS).tar.gz
BINUTILS_DIR = $(BUILDDIR)/$(BINUTILS)
BINUTILS_BUILDDIR = $(BINUTILS_DIR)-build