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

Lines Matching refs:mpfr

253   --mpfr-version=*) MPFR_VERSION="$optarg"
336 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]"
492 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
1251 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc"
1490 # Third, build mpfr
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"
1561 --with-mpfr=$(install_dir) \
1600 --with-mpfr=$(install_dir) \