소스 검색

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