From: Ulf Samuelsson Date: Tue, 1 Jul 2008 21:46:50 +0000 (-0000) Subject: disable werror in gdb X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e3f93eec726141d30e927400ed4d3da998e2683;p=buildroot.git disable werror in gdb --- diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index 49b295c2a2..e8208b4289 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -208,6 +208,7 @@ $(GDB_HOST_DIR)/.configured: $(GDB_DIR)/.unpacked --disable-tui --disable-gdbtk --without-x \ --without-included-gettext \ --enable-threads \ + --disable-werror \ ) touch $@