gdb: fix build failure with arm targets
SVN-Revision: 18865
This commit is contained in:
parent
608de32479
commit
efff03d144
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user