1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-23 15:00:25 +00:00

disable downloading gcc prereqs

This commit is contained in:
bebbo
2018-06-26 15:28:17 +02:00
parent 699cc59dc2
commit 175363fafa

View File

@ -231,7 +231,7 @@ build/gcc/_done: build/gcc/Makefile $(shell find 2>/dev/null $(GCCD) -maxdepth 1
build/gcc/Makefile: projects/gcc/configure build/binutils/_done
@mkdir -p build/gcc
if [ "$(UNAME_S)" == "Darwin" ]; then cd build/gcc && contrib/download_prerequisites; fi
# if [ "$(UNAME_S)" == "Darwin" ]; then cd build/gcc && contrib/download_prerequisites; fi
cd build/gcc && $(E) $(PWD)/projects/gcc/configure $(CONFIG_GCC) $(LOG)
projects/gcc/configure: