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 | d62f0686a6e3ee2c8f738be5dda7667d72dc29ba (patch) | |
tree | 96b905b6b131cc8633107a8a123d0c1f97c59c38 /toolchain | |
parent | 85c82eb8a0a495f175fd7fccc40d87f1eb705004 (diff) | |
download | upstream-d62f0686a6e3ee2c8f738be5dda7667d72dc29ba.tar.gz upstream-d62f0686a6e3ee2c8f738be5dda7667d72dc29ba.tar.bz2 upstream-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')
-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 \ |