disable warnings as error in the gdb configuration (#5602)
authorFlorian Fainelli <florian@openwrt.org>
Fri, 31 Jul 2009 14:24:38 +0000 (14:24 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 31 Jul 2009 14:24:38 +0000 (14:24 +0000)
SVN-Revision: 17064

toolchain/gdb/Makefile

index 696b2e4931cd04957016f58e20a53a3e70ff887c..df4fe55a4a86091716cede3e93febb65f1d138d5 100644 (file)
@@ -24,6 +24,7 @@ define Host/Configure
                --build=$(GNU_HOST_NAME) \
                --host=$(GNU_HOST_NAME) \
                --target=$(REAL_GNU_TARGET_NAME) \
+               --disable-werror \
                $(DISABLE_NLS) \
                --without-uiout \
                --disable-tui --disable-gdbtk --without-x \