summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-26 12:25:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-26 12:25:45 +0200
commit62f5a17a49e65c6639460abbf352b158b36301a7 (patch)
treee990ff77115907676cd734852fc415a78a88a9bc /toolchain/gdb
parent2cb8f699f7ad31a1cadb29a4c01639b9c799539a (diff)
disable python support
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 b291c48a2..a617424f1 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -33,6 +33,7 @@ $(WRKBUILD)/.configured:
--disable-tui \
--disable-werror \
--disable-install-libiberty \
+ --without-python \
--without-x \
);
touch $@