mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
In the future, we'll be able to download /old/ MPFR versions.
/trunk/scripts/build/mpfr.sh | 3 2 1 0 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
This commit is contained in:
parent
acf53b6d0a
commit
62c87c5adf
@ -11,7 +11,8 @@ do_print_filename() {
|
|||||||
|
|
||||||
# Download MPFR
|
# Download MPFR
|
||||||
do_mpfr_get() {
|
do_mpfr_get() {
|
||||||
CT_GetFile "${CT_MPFR_FILE}" http://www.mpfr.org/mpfr-current/
|
CT_GetFile "${CT_MPFR_FILE}" http://www.mpfr.org/mpfr-current/ \
|
||||||
|
http://www.mpfr.org/mpfr-${CT_MPFR_VERSION}/
|
||||||
}
|
}
|
||||||
|
|
||||||
# Extract MPFR
|
# Extract MPFR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user