浏览代码

disable python support

Waldemar Brodkorb 9 年之前
父节点
当前提交
62f5a17a49
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      toolchain/gdb/Makefile

+ 1 - 0
toolchain/gdb/Makefile

@@ -33,6 +33,7 @@ $(WRKBUILD)/.configured:
 		--disable-tui \
 		--disable-werror \
 		--disable-install-libiberty \
+		--without-python \
 		--without-x \
 	);
 	touch $@