diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 696b2e4931cd04957016f58e20a53a3e70ff887c..df4fe55a4a86091716cede3e93febb65f1d138d5 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 \