diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-31 14:24:38 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-31 14:24:38 +0000 |
commit | f181b502657a40a3cf0e262874b3b2f27dd5c0bd (patch) | |
tree | 96b905b6b131cc8633107a8a123d0c1f97c59c38 /toolchain/gdb | |
parent | 967b579058e9ecb12106a1c4f0fa990b4d37f9e0 (diff) |
[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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 696b2e493..df4fe55a4 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 \ |