projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[brcm-2.4] update kernel to version 2.4.37.9 and refresh patches
[openwrt.git]
/
package
/
gdb
/
Makefile
diff --git
a/package/gdb/Makefile
b/package/gdb/Makefile
index
d2bb43b
..
6a166d0
100644
(file)
--- a/
package/gdb/Makefile
+++ b/
package/gdb/Makefile
@@
-19,7
+19,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
define Package/gdb/Default
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:= @!
avr32
+ DEPENDS:= @!
(avr32||cris)
endef
define Package/gdb
endef
define Package/gdb
@@
-42,8
+42,10
@@
define Package/gdbserver/description
than the one which is running the program being debugged.
endef
than the one which is running the program being debugged.
endef
+# XXX: add --disable-werror to prevent build failure with arm
CONFIGURE_ARGS+= \
CONFIGURE_ARGS+= \
- --with-system-readline
+ --with-system-readline \
+ --disable-werror \
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"
CONFIGURE_VARS+= \
ac_cv_search_tgetent="$(TARGET_LDFLAGS) -lncurses -lreadline"
This page took
0.020397 seconds
and
4
git commands to generate.