gecko-dev/build/unix
Mike Hommey e4ed02a860 Bug 1462273 - Use more reliable mirrors for gcc dependencies. r=froydnj
In the span of one week, both gmplib.org and multiprecision.org,
respective home of gmp and mpc have gone down. The latter is still down.

It turns out that all versions of gmp and mpfr we need are mirrored on
ftp.gnu.org, so we can just use that instead. For mpc, versions > 1.0
are on ftp.gnu.org, but not earlier versions.

The one mpc version <= 1.0 we do need is 0.8.2, and a copy of the exact
same archive, as per its sha256, which we're already checking per the
gcc build scripts, can be found on snapshot.debian.org. We lose gpg
validation on the way, but since we're already checking the sha256,
that's a fine tradeoff.

At least this unblocks changes to toolchains until multiprecision.org
comes back online.

--HG--
extra : rebase_source : f2bc67f8757655d99bfd9735b80d7205f7bfe47b
2018-05-17 17:52:37 +09:00
..
build-binutils Bug 1430908 - Use --progress=dot:mega with wget; r=glandium 2018-01-16 14:24:31 -08:00
build-gcc Bug 1462273 - Use more reliable mirrors for gcc dependencies. r=froydnj 2018-05-17 17:52:37 +09:00
build-hfsplus Bug 1436800: Update fedora source URL; r=glandium 2018-02-08 12:26:08 -07:00
elfhack Bug 1440037 - Add support for R_X86_64_PLT32 relocations in elfhack. r=froydnj 2018-02-22 07:15:23 +09:00
stdc++compat Bug 1403346 - Remove clang plugin flags from stdc++compat through moz.build rather than Makefile.in r=glandium 2017-10-25 15:12:10 -07:00
aix.exp
moz.build Bug 1333003 part 4 - Package the binary of llvm-symbolizer also on Windows. r=ted 2017-03-10 12:24:02 +08:00
mozconfig.asan Bug 1421728 - Add a macosx64 fuzzing-asan build. r=dustin,froydnj 2018-02-08 17:16:41 -05:00
mozconfig.linux Bug 1446809 - Remove some b2g leftover in the build r=glandium 2018-03-20 10:46:23 +01:00
mozconfig.linux32 Bug 1431251 - Remove PKG_CONFIG_LIBDIR from mozconfigs. r=rillian 2018-01-27 11:49:23 +09:00
mozconfig.stdcxx Bug 1427339 - Make mozconfig.stdcxx work with both CentOS and Debian-built GCCs. r=gps 2018-01-06 14:19:30 +09:00
mozconfig.tsan Bug 1280637 - Make --enable-thread-sanitizer & friends do more work, r=glandium 2016-07-12 17:30:23 -07:00
mozilla.in
print-failed-commands.sh
print-non-newline.sh
rewrite_asan_dylib.py Bug 1421728 - Add a macosx64 fuzzing-asan build. r=dustin,froydnj 2018-02-08 17:16:41 -05:00
run-gprof.sh
run-hiprof.sh
run-mozilla.sh Bug 1407211 - Fix typo in build/unix/run-mozilla.sh from bug 1403366. r=glandium 2017-10-12 07:28:20 +09:00
run-third.sh