projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6eea48
)
disable werror in gdb
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 1 Jul 2008 21:46:50 +0000
(21:46 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 1 Jul 2008 21:46:50 +0000
(21:46 -0000)
toolchain/gdb/gdb.mk
patch
|
blob
|
history
diff --git
a/toolchain/gdb/gdb.mk
b/toolchain/gdb/gdb.mk
index 49b295c2a27c45e382bf24e753ed0b9d102f5752..e8208b42896b47cc8d33a1038c933ba10001ea45 100644
(file)
--- 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 $@