From: Felix Fietkau Date: Tue, 10 Nov 2015 21:11:20 +0000 (+0000) Subject: toolchain/gdb: disable python support X-Git-Tag: reboot~1579 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=d3ba30b9cd72c07f2e973bb398110f897e53154e toolchain/gdb: disable python support Signed-off-by: Felix Fietkau SVN-Revision: 47446 --- 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 \