mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-11-22 10:29:14 +01:00
accidently reverted "use MPFR_VER in MPFR_URL"
This commit is contained in:
parent
bb3205673b
commit
e1dade6328
@ -20,7 +20,7 @@ GMP_URI="http://ftp.gnu.org/gnu/gmp/$GMP_TARBALL"
|
||||
MPFR_VER=3.0.0
|
||||
MPFR_DIR="mpfr-$MPFR_VER"
|
||||
MPFR_TARBALL="mpfr-$MPFR_VER.tar.bz2"
|
||||
MPFR_URI="http://www.mpfr.org/mpfr-current/$MPFR_TARBALL"
|
||||
MPFR_URI="http://www.mpfr.org/mpfr-$MPFR_VER/$MPFR_TARBALL"
|
||||
|
||||
GCC_VER=4.4.4
|
||||
GCC_DIR="gcc-$GCC_VER"
|
||||
|
Loading…
Reference in New Issue
Block a user