[toolchain] disable warnings as error in the gdb configuration (#5602)
[openwrt.git] / toolchain / gdb / Makefile
index 696b2e4..df4fe55 100644 (file)
@@ -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 \