瀏覽代碼

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 $@