Parcourir la source

disable python support

Waldemar Brodkorb il y a 9 ans
Parent
commit
62f5a17a49
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 $@