diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-07-31 14:24:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-07-31 14:24:38 +0000 |
commit | 724307fca164fcb896915a0d05e0d3e1e7f890b8 (patch) | |
tree | 6b9e83cc63d132ef35f0757304e1d358162963bf /toolchain | |
parent | 9711e6ad5501f7119b02d21d6553e02da4ab8a36 (diff) | |
download | upstream-724307fca164fcb896915a0d05e0d3e1e7f890b8.tar.gz upstream-724307fca164fcb896915a0d05e0d3e1e7f890b8.tar.bz2 upstream-724307fca164fcb896915a0d05e0d3e1e7f890b8.zip |
disable warnings as error in the gdb configuration (#5602)
SVN-Revision: 17064
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |