mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
mpfr: Swap primary mirror to gnu.org
mpfr.org has been less then reliable, so lets make gnu.org the primary instead of the secondary source. This closes #250 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
83403825ee
commit
ad0d71d287
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user