Browse Source

disable python support

Waldemar Brodkorb 9 năm trước cách đây
mục cha
commit
62f5a17a49
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 $@