projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a0eaa
)
[package] gdb: fix build failure with arm targets
author
Nicolas Thill
<nico@openwrt.org>
Sun, 20 Dec 2009 23:24:16 +0000
(23:24 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 20 Dec 2009 23:24:16 +0000
(23:24 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18865
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/gdb/Makefile
patch
|
blob
|
history
diff --git
a/package/gdb/Makefile
b/package/gdb/Makefile
index
d2bb43b
..
4ecda68
100644
(file)
--- a/
package/gdb/Makefile
+++ b/
package/gdb/Makefile
@@
-42,8
+42,10
@@
define Package/gdbserver/description
than the one which is running the program being debugged.
endef
+# XXX: add --disable-werror to prevent build failure with arm
CONFIGURE_ARGS+= \
- --with-system-readline
+ --with-system-readline \
+ --disable-werror \
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"