summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/gdb.mk
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-01 23:46:50 +0200
committerUlf Samuelsson2008-07-01 23:46:50 +0200
commit8e3f93eec726141d30e927400ed4d3da998e2683 (patch)
treedf5984cc6e3fd94bc3f14dca67c7e291340dbd3b /toolchain/gdb/gdb.mk
parentdisable configure caching in gdb, courtesy of Fathi Boudra (diff)
downloadbuildroot-8e3f93eec726141d30e927400ed4d3da998e2683.tar.gz
buildroot-8e3f93eec726141d30e927400ed4d3da998e2683.tar.xz
buildroot-8e3f93eec726141d30e927400ed4d3da998e2683.zip
disable werror in gdb
Diffstat (limited to 'toolchain/gdb/gdb.mk')
-rw-r--r--toolchain/gdb/gdb.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk
index 49b295c2a..e8208b428 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 $@