Home | History | Annotate | Download | only in x86_64-linux-glibc2.15-4.8

Lines Matching refs:gmp

273   --gmp-version=*) GMP_VERSION=$optarg
361 echo " --gmp-version=VERSION GMP version number [$GMP_VERSION]"
826 echo "GMP target name: $GMP_TARGET"
827 echo "GMP ABI: $GMP_ABI"
1271 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
1483 task2_define extract_gmp "Extract sources for gmp-$GMP_VERSION"
1487 OUT_DIR=$(build_dir_for gmp)
1488 GMP_TARBALL=$TOOLCHAIN_SRC_DIR/gmp/gmp-$GMP_VERSION.tar.bz2
1490 GMP_TARBALL=$TOOLCHAIN_SRC_DIR/tarballs/gmp-$GMP_VERSION.tar.bz2
1492 panic "Can't find gmp-$GMP_VERSION sources!!"
1499 task2_define configure_gmp "Configure gmp-$GMP_VERSION"
1504 cd $(build_dir_for gmp) && mkdir -p build && cd build &&
1505 ../gmp-$GMP_VERSION/configure \
1512 task2_define build_gmp "Build gmp-$GMP_VERSION"
1517 cd $(build_dir_for gmp)/build &&
1521 task2_define install_gmp "Install gmp-$GMP_VERSION"
1525 cd $(build_dir_for gmp)/build &&
1554 --with-gmp=$(install_dir) \
1599 --with-gmp=$(install_dir) \
1641 --with-gmp-prefix=$(install_dir) \
1669 --with-gmp-prefix=$(install_dir) \
1711 --with-gmp=$(install_dir) \