diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-11 17:20:36 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-11 17:20:36 -0800 |
commit | 265503461b24eba2c946d6e70c760e530eaba170 (patch) | |
tree | 4f1cd0de693d9707421b4bb48ed3a759c076cda1 /scripts | |
parent | 83403825ee654bcf214a9329d429bcf9603acad5 (diff) | |
parent | ad0d71d287c8c01e51fd2333ab512b15d821cff6 (diff) | |
download | crosstool-ng-265503461b24eba2c946d6e70c760e530eaba170.tar.gz crosstool-ng-265503461b24eba2c946d6e70c760e530eaba170.tar.bz2 crosstool-ng-265503461b24eba2c946d6e70c760e530eaba170.zip |
Merge pull request #251 from bhundven/mpfr_mirror
mpfr: Swap primary mirror to gnu.org
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/build/companion_libs/110-mpfr.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/companion_libs/110-mpfr.sh b/scripts/build/companion_libs/110-mpfr.sh index 2fb03aaf..bef22830 100644 --- a/scripts/build/companion_libs/110-mpfr.sh +++ b/scripts/build/companion_libs/110-mpfr.sh @@ -13,8 +13,8 @@ if [ "${CT_MPFR}" = "y" ]; then # Download MPFR do_mpfr_get() { CT_GetFile "mpfr-${CT_MPFR_VERSION}" \ - http://www.mpfr.org/mpfr-${CT_MPFR_VERSION} \ - {http,ftp,https}://ftp.gnu.org/gnu/mpfr + {https,http,ftp}://ftp.gnu.org/gnu/mpfr \ + http://www.mpfr.org/mpfr-${CT_MPFR_VERSION} } # Extract MPFR |