We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48664a6 commit 426e7ceCopy full SHA for 426e7ce
contrib/download_prerequisites
@@ -33,7 +33,9 @@ mpc='mpc-1.2.1.tar.gz'
33
isl='isl-0.24.tar.bz2'
34
gettext='gettext-0.22.tar.gz'
35
36
-base_url='http://gcc.gnu.org/pub/gcc/infrastructure/'
+#base_url='http://gcc.gnu.org/pub/gcc/infrastructure/'
37
+# We use rust-lang mirrors because the GCC infrastructure is unreliable
38
+base_url='https://ci-mirrors.rust-lang.org/rustc/gcc/'
39
40
echo_archives() {
41
echo "${gettext}"
0 commit comments