Index: uspace/app/binutils/Makefile
===================================================================
--- uspace/app/binutils/Makefile	(revision bb285b42d51bf15d56c4d20ab034e93a463a8b7f)
+++ uspace/app/binutils/Makefile	(revision 6b329749b18871f1473cc853c9e89aefa9dc0f93)
@@ -36,8 +36,9 @@
 # Information for obtaining specific binutils redistributable package.
 # Might be subject to change in the future.
-REDIST_VERSION = 2.21
+REDIST_VERSION = 2.21.1
 REDIST_NAME = binutils-$(REDIST_VERSION)
 REDIST_FILENAME = $(REDIST_NAME).tar.bz2
 REDIST_SOURCE = ftp://ftp.gnu.org/gnu/binutils/
+REDIST_MIRROR = http://www.helenos.org/binutils/
 
 # Directory for the binutils source tree.
@@ -167,4 +168,7 @@
 $(REDIST_FILENAME):
 	wget -c $(REDIST_SOURCE)$(REDIST_FILENAME)
+	if [ ! -e $(REDIST_FILENAME) ]; then \
+		wget -c $(REDIST_MIRROR)$(REDIST_FILENAME); \
+	fi
 
 # Extract binutils source tree.
