From 724307fca164fcb896915a0d05e0d3e1e7f890b8 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 31 Jul 2009 14:24:38 +0000 Subject: disable warnings as error in the gdb configuration (#5602) SVN-Revision: 17064 --- toolchain/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/gdb') 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 \ -- cgit v1.2.3