aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-10 21:11:20 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-11-10 21:11:20 +0000
commitd3ba30b9cd72c07f2e973bb398110f897e53154e (patch)
tree23a2719f8695f84a0598ae4be71b956949acd9f7 /toolchain/gdb
parent79e14650e0a19b183163dea83e32a6a39b754d0f (diff)
downloadupstream-d3ba30b9cd72c07f2e973bb398110f897e53154e.tar.gz
upstream-d3ba30b9cd72c07f2e973bb398110f897e53154e.tar.bz2
upstream-d3ba30b9cd72c07f2e973bb398110f897e53154e.zip
toolchain/gdb: disable python support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47446
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index d3fe164e63..38ffb0b77f 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -44,6 +44,7 @@ HOST_CONFIGURE_ARGS = \
--without-included-gettext \
--enable-threads \
--with-expat \
+ --without-python \
--disable-binutils \
--disable-ld \
--disable-gas \