diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-11-10 21:11:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-11-10 21:11:20 +0000 |
commit | d3ba30b9cd72c07f2e973bb398110f897e53154e (patch) | |
tree | 23a2719f8695f84a0598ae4be71b956949acd9f7 /toolchain | |
parent | 79e14650e0a19b183163dea83e32a6a39b754d0f (diff) | |
download | upstream-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')
-rw-r--r-- | toolchain/gdb/Makefile | 1 |
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 \ |