Home | History | Annotate | Download | only in tools

Lines Matching refs:mpfr

119 register_var_option "--mpfr-version=<version>" MPFR_VERSION "Select mpfr version"
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
1112 dump "Extracting mpfr-$1"
1114 run2 tar xjf "$TOOLCHAIN_SRC_DIR/mpfr/mpfr-$1.tar.bz2" -C "$SRC_DIR"
1117 # $1: mpfr-version
1120 local SRC_DIR="$TOP_BUILD_DIR/temp-src/mpfr-$1"
1124 stamps_do extract-mpfr-$MPFR_VERSION extract_mpfr_sources $1
1128 dump "$(host_text) Building mpfr-$1"
1131 BUILD_DIR="$(host_build_dir_for mpfr-$MPFR_VERSION)" &&
1166 stamps_do build-mpfr-$MPFR_VERSION-$HOST build_mpfr $MPFR_VERSION
1180 --with-mpfr=$INSTALL_DIR &&
1187 # Build all pre-required host libraries (gmp, mpfr, etc...) that are needed
1198 ARGS=" --with-gmp=$INSTALL_DIR --with-mpfr=$INSTALL_DIR"
1205 stamps_do build-mpfr-$MPFR_VERSION-$HOST build_mpfr $MPFR_VERSION
1221 ARGS=" --with-gmp=$PREREQS_INSTALL_DIR --with-mpfr=$PREREQS_INSTALL_DIR"