From: nbd Date: Tue, 10 Nov 2015 21:11:20 +0000 (+0000) Subject: toolchain/gdb: disable python support X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=b4566530fdb3fbfbb524de5200a015945ec7f3e2;p=openwrt.git toolchain/gdb: disable python support Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47446 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \