Quellcode durchsuchen

disable python support

Waldemar Brodkorb vor 10 Jahren
Ursprung
Commit
62f5a17a49
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 $@