From f181b502657a40a3cf0e262874b3b2f27dd5c0bd Mon Sep 17 00:00:00 2001
From: florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Fri, 31 Jul 2009 14:24:38 +0000
Subject: [PATCH] [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
---
 toolchain/gdb/Makefile | 1 +
 1 file changed, 1 insertion(+)

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 \
-- 
2.20.1