projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9711e6a
)
disable warnings as error in the gdb configuration (#5602)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 31 Jul 2009 14:24:38 +0000
(14:24 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 31 Jul 2009 14:24:38 +0000
(14:24 +0000)
SVN-Revision: 17064
toolchain/gdb/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Makefile
b/toolchain/gdb/Makefile
index 696b2e4931cd04957016f58e20a53a3e70ff887c..df4fe55a4a86091716cede3e93febb65f1d138d5 100644
(file)
--- a/
toolchain/gdb/Makefile
+++ b/
toolchain/gdb/Makefile
@@
-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 \