From: Nicolas Thill Date: Sun, 20 Dec 2009 23:24:16 +0000 (+0000) Subject: gdb: fix build failure with arm targets X-Git-Tag: reboot~21615 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=efff03d1441c28503d1f79cf1775ff099570e198;p=oweals%2Fopenwrt.git gdb: fix build failure with arm targets SVN-Revision: 18865 --- diff --git a/package/gdb/Makefile b/package/gdb/Makefile index d2bb43be95..4ecda6841c 100644 --- 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"