aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-07-31 14:24:38 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-07-31 14:24:38 +0000
commitd62f0686a6e3ee2c8f738be5dda7667d72dc29ba (patch)
tree96b905b6b131cc8633107a8a123d0c1f97c59c38 /toolchain/gdb
parent85c82eb8a0a495f175fd7fccc40d87f1eb705004 (diff)
downloadmaster-187ad058-d62f0686a6e3ee2c8f738be5dda7667d72dc29ba.tar.gz
master-187ad058-d62f0686a6e3ee2c8f738be5dda7667d72dc29ba.tar.bz2
master-187ad058-d62f0686a6e3ee2c8f738be5dda7667d72dc29ba.zip
[toolchain] disable warnings as error in the gdb configuration (#5602)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17064 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile1
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 \