Home | History | Annotate | Download | only in x86_64-linux-glibc2.7-4.6

Lines Matching refs:MPFR_VERSION

111 MPFR_VERSION=2.4.1
253 --mpfr-version=*) MPFR_VERSION="$optarg"
336 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
1491 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
1496 MPFR_TARBALL=$TOOLCHAIN_SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2
1498 MPFR_TARBALL=$TOOLCHAIN_SRC_DIR/tarballs/mpfr-$MPFR_VERSION.tar.bz2
1500 panic "Can't find mpfr-$MPFR_VERSION sources!!"
1507 task2_define configure_mpfr "Configure mpfr-$MPFR_VERSION"
1512 run ../mpfr-$MPFR_VERSION/configure \
1520 task2_define build_mpfr "Build mpfr-$MPFR_VERSION"
1528 task2_define install_mpfr "Install mpfr-$MPFR_VERSION"