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 | e347b850cd8fcbf09745977bd31e137b50a9defa (patch) | |
tree | e887dbe7518a0b12689721e26d1890e7f6eb46cc /toolchain/gdb | |
parent | c86d5c2af2cdef0ce048e389bb755f057672f957 (diff) | |
download | master-187ad058-e347b850cd8fcbf09745977bd31e137b50a9defa.tar.gz master-187ad058-e347b850cd8fcbf09745977bd31e137b50a9defa.tar.bz2 master-187ad058-e347b850cd8fcbf09745977bd31e137b50a9defa.zip |
toolchain/gdb: disable python support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47446 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gdb')
-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 \ |