fix binutils build with new gcc versions
[open-ath9k-htc-firmware.git] / Makefile
index 0465298f923b17519bc6bef3f2822c2ea1fe6a57..c9677cd4c5aadf1ac8b9d467d3ca8592d90461c4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,7 +71,8 @@ endef
 
 define BINUTILS/Compile
        $(call Common/Compile,BINUTILS, \
-               --target=$(TARGET), \
+               --target=$(TARGET) \
+               --disable-werror, \
                $(MAKE) && $(MAKE) -j1 install \
        )
 endef