gdb: fix build failure with arm targets

SVN-Revision: 18865
v19.07.3_mercusys_ac12_duma
Nicolas Thill 15 years ago
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…
Cancel
Save