summaryrefslogtreecommitdiff
path: root/package/gdb/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-14 09:03:48 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-14 09:03:48 +0200
commit8d2f8e89c7b4ed479c72000e54bc23621e665699 (patch)
treea9f680f731f439723d161d305a7f4eb3042bedb3 /package/gdb/Makefile
parent8c716c528bc7a91dc1b065269c23707f8c3cb82f (diff)
musl libc compat updates
Diffstat (limited to 'package/gdb/Makefile')
-rw-r--r--package/gdb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 5bc8d6de2..3b9b3f149 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -25,7 +25,8 @@ TARGET_CFLAGS+= ${TARGET_CPPFLAGS} -fPIC
CONFIGURE_ARGS+= --without-uiout --enable-gdbmi \
--disable-tui --disable-gdbtk --without-x \
--without-included-gettext --disable-sim \
- --enable-threads --with-curses --disable-werror \
+ --with-curses --disable-werror \
+ --disable-gdbserver \
--enable-static --without-python
XAKE_FLAGS+= LDFLAGS='${TARGET_LDFLAGS}'
# disable honour cflags stuff