From 9a3d5dcf217db9caec3e85bf565db8bbb7057a21 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Fri, 2 Apr 2021 18:26:10 +0200 Subject: [PATCH] tool_chain: update ali2dep for gcc 10.3.0 Issue #4094 --- tool/tool_chain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/tool_chain b/tool/tool_chain index 791b9ba724..b7b27307ca 100755 --- a/tool/tool_chain +++ b/tool/tool_chain @@ -445,7 +445,7 @@ $(GPRBUILD_BOOTSTRAP_INSTALLED_BINARIES): $(BUILD_LOCATION)/bootstrap/gprbuild/M $(BUILD_LOCATION)/ali2dep/build/build.gpr: $(ECHO) "$(BRIGHT_COL)preparing ali2dep...$(DEFAULT_COL)" - $(VERBOSE)git clone https://github.com/Componolit/ali2dep.git $(BUILD_LOCATION)/ali2dep + $(VERBOSE)git clone -b gcc_10_3_0 https://github.com/cproc/ali2dep.git $(BUILD_LOCATION)/ali2dep $(VERBOSE)sed -i -e '/Create_Missing_Dirs/d' $@ $(ALI2DEP_BINARY): $(GCC_BOOTSTRAP_INSTALLED_BINARIES) $(GPRBUILD_BOOTSTRAP_INSTALLED_BINARIES) $(BUILD_LOCATION)/ali2dep/build/build.gpr