File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
55# -------------------------------------------------------------------------------------------------------------
66#
7- set -euox pipefail
7+ set -euo pipefail
88
99# Default GCC version
1010GCC_VERSION=" ${1:- 12.2.0} "
@@ -108,7 +108,6 @@ rm "gcc-${GCC_VERSION}.tar.xz" "gcc-${GCC_VERSION}.tar.xz.sig"
108108cd " ${GCC_SRC_DIR} "
109109./contrib/download_prerequisites
110110for f in config.guess config.sub; do
111- # wget -O "$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"
112111 robust_wget " https://git.savannah.gnu.org/cgit/config.git/plain/$f ?id=7d3d27baf8107b630586c962c057e22149653deb" " $f "
113112 find -mindepth 2 -name " $f " -exec cp -v " $f " ' {}' ' ;'
114113done
You can’t perform that action at this time.
0 commit comments