Home | History | Annotate | Download | only in tools

Lines Matching refs:gmp

116 register_var_option "--gmp-version=<version>" GMP_VERSION "Select gmp version"
386 # gmp-0.81 -> 0
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
778 # Sanity check for GMP which doesn't build with x86_64-w64-mingw32-gcc
783 dump "Please use --gmp-version=5.0.5 to fix this."
904 # $1: component name (e.g. gmp-4.2.4)
1104 # $1: gmp version
1109 dump "Extracting gmp-$1"
1111 run2 tar xjf "$TOOLCHAIN_SRC_DIR/gmp/gmp-$1.tar.bz2" -C "$SRC_DIR"
1114 # $1: gmp version
1117 local SRC_DIR="$TOP_BUILD_DIR/temp-src/gmp-$1"
1121 stamps_do extract-gmp-$1 extract_gmp_sources $1
1123 dump "$(host_text) Building gmp-$1"
1126 BUILD_DIR="$(host_build_dir_for gmp-$GMP_VERSION)" &&
1158 stamps_do build-gmp-$GMP_VERSION-$HOST build_gmp $GMP_VERSION
1171 --with-gmp=$INSTALL_DIR &&
1211 --with-gmp=$INSTALL_DIR \
1219 # Build all pre-required host libraries (gmp, mpfr, etc...) that are needed
1230 ARGS=" --with-gmp=$INSTALL_DIR --with-mpfr=$INSTALL_DIR"
1253 ARGS=" --with-gmp=$PREREQS_INSTALL_DIR --with-mpfr=$PREREQS_INSTALL_DIR"