Index: uspace/app/binutils/toolchain.sh
===================================================================
--- uspace/app/binutils/toolchain.sh	(revision 723560f937392cec54ac04cc5f4d1de03fd7e5d4)
+++ uspace/app/binutils/toolchain.sh	(revision 8cd8bf61fa7549be36c3193a2eff646b2c0f84ec)
@@ -85,7 +85,11 @@
 		echo '	else'
 					# Remove flags:
+					# -Werror
+					#		Avoid build failure due to some harmless bugs
+					#		(e.g. unused parameter) in the HelenOS.
 					# -Wc++-compat
 					#		Required just for gold linker.
 		echo '		GCC_ARGS="`echo \" $*\" | \'
+		echo '			sed '\'s/ -Werror//g\'' | \'
 		echo '			sed '\'s/ -Wc++-compat//g\'' | \'
 		echo '			sed '\'s/ [ ]*/ /g\''`"'
