summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain/gdb/gdb.mk
diff options
context:
space:
mode:
Diffstat (limited to 'misc/buildroot/toolchain/gdb/gdb.mk')
-rw-r--r--misc/buildroot/toolchain/gdb/gdb.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/buildroot/toolchain/gdb/gdb.mk b/misc/buildroot/toolchain/gdb/gdb.mk
index 5417685d9..aa9e126bc 100644
--- a/misc/buildroot/toolchain/gdb/gdb.mk
+++ b/misc/buildroot/toolchain/gdb/gdb.mk
@@ -79,6 +79,7 @@ $(GDB_TARGET_DIR)/.configured: $(GDB_DIR)/.unpacked
--disable-tui --disable-gdbtk --without-x \
--disable-sim --enable-gdbserver \
--without-included-gettext \
+ --disable-werror \
);
ifeq ($(BR2_ENABLE_LOCALE),y)
-$(SED) "s,^INTL *=.*,INTL = -lintl,g;" $(GDB_DIR)/gdb/Makefile