From: Florian Fainelli Date: Fri, 31 Jul 2009 14:24:38 +0000 (+0000) Subject: disable warnings as error in the gdb configuration (#5602) X-Git-Tag: reboot~22803 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=724307fca164fcb896915a0d05e0d3e1e7f890b8 disable warnings as error in the gdb configuration (#5602) SVN-Revision: 17064 --- diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 696b2e4931..df4fe55a4a 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -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 \