Home | History | Annotate | Download | only in i686-linux-glibc2.7-4.4.3

Lines Matching refs:mpfr

223   --mpfr-version=*) MPFR_VERSION="$optarg"
303 echo " --mpfr-version=VERSION MPFR version numner [$MPFR_VERSION]."
428 build_mpfr_dir () { echo "$BUILD_DIR/$PHASE/mpfr"; }
1037 local SUBDIRS="binutils build gcc gdb gmp gold mpfr"
1240 # Third, build mpfr
1241 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
1247 tar xjf $TOOLCHAIN_SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2
1250 task2_define configure_mpfr "Configure mpfr-$MPFR_VERSION"
1255 ../mpfr-$MPFR_VERSION/configure \
1263 task2_define build_mpfr "Build mpfr-$MPFR_VERSION"
1271 task2_define install_mpfr "Install mpfr-$MPFR_VERSION"
1298 --with-mpfr=$(install_dir) \