From 765ad2ceb9b3fbb1d85c1f8cc831eb306b7bf130 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 20 Dec 2009 23:24:16 +0000 Subject: [package] gdb: fix build failure with arm targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18865 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/gdb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/gdb') diff --git a/package/gdb/Makefile b/package/gdb/Makefile index d2bb43be9..4ecda6841 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" -- cgit v1.2.3