Re: [PATCH] maintainer-scripts: Adding GIT_CUSTOMREPO parameters to gcc_release script.

2022-04-19 Thread Joseph Myers
On Tue, 12 Apr 2022, Navid Rahimi via Gcc-patches wrote: > Hi GCC community, > > I need to have ability to point to custom repository in gcc_release > script. This small patch 1) does add a parameter "-g" to add custom The purpose of this script is for building official GCC releases, release

[PATCH] maintainer-scripts: Adding GIT_CUSTOMREPO parameters to gcc_release script.

2022-04-12 Thread Navid Rahimi via Gcc-patches
Hi GCC community, I need to have ability to point to custom repository in gcc_release script. This small patch 1) does add a parameter "-g" to add custom repository to gcc_release , 2) does add a line to download prerequisites before building GCC (download_prerequisites) which is not present in