Index: uspace/app/binutils/Makefile
===================================================================
--- uspace/app/binutils/Makefile	(revision c05642d7e413fd62d4e97313d82c5b3dfd626420)
+++ uspace/app/binutils/Makefile	(revision 888207c9d8358bdf0e88e8d9d3da66b3b293a58b)
@@ -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.
Index: uspace/app/binutils/intrusive.sh
===================================================================
--- uspace/app/binutils/intrusive.sh	(revision c05642d7e413fd62d4e97313d82c5b3dfd626420)
+++ uspace/app/binutils/intrusive.sh	(revision 888207c9d8358bdf0e88e8d9d3da66b3b293a58b)
@@ -57,5 +57,5 @@
 # Patch 2
 # Enabled cross compilation flag brings along some anomalies which
-# have to reverted. 
+# have to be reverted. 
 #
 # Patch 3
Index: uspace/app/binutils/toolchain.sh
===================================================================
--- uspace/app/binutils/toolchain.sh	(revision c05642d7e413fd62d4e97313d82c5b3dfd626420)
+++ uspace/app/binutils/toolchain.sh	(revision 888207c9d8358bdf0e88e8d9d3da66b3b293a58b)
@@ -95,8 +95,7 @@
 		echo '			sed '\'s/ [ ]*/ /g\''`"'
 					# Add flags:
-					# -Wno-shadow
-					#		Silents the warning caused by 
-					#		harmless bug in ld/ldlang.h and ld/ldlex.c.
-#		echo '		GCC_ARGS="$GCC_ARGS -Wno-shadow"'
+					# -example
+					#		Flag description.
+#		echo '		GCC_ARGS="$GCC_ARGS -example"'
 		echo '		echo' \'"$2"\' '"$GCC_ARGS"' \'"$CFLAGS"\'
 		echo "		$2" '$GCC_ARGS' "$CFLAGS"
