From 1e5dc7d168be8840a77eae6fe03ca0098ac9ae9f Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 31 Jul 2009 14:24:38 +0000 Subject: [PATCH] [toolchain] disable warnings as error in the gdb configuration (#5602) SVN-Revision: 17064 --- toolchain/gdb/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2