Lines Matching refs:mpc
275 --mpc-version=*) MPC_VERSION=$optarg
361 echo " --mpc-version=VERSION MPC version number [$MPC_VERSION]"
1269 local SUBDIRS="binutils build gcc gdb gold gmp mpfr mpc isl cloog"
1565 task2_define extract_mpc "Extract sources for mpc-$MPC_VERSION"
1569 OUT_DIR=$(build_dir_for mpc)
1570 MPC_TARBALL=$TOOLCHAIN_SRC_DIR/mpc/mpc-$MPC_VERSION.tar.gz
1572 MPC_TARBALL=$TOOLCHAIN_SRC_DIR/tarballs/mpc-$MPC_VERSION.tar.gz
1574 panic "Can't find mpc-$MPC_VERSION sources!!"
1581 task2_define configure_mpc "Configure mpc-$MPC_VERSION"
1585 cd $(build_dir_for mpc) && mkdir -p build && cd build &&
1586 run ../mpc-$MPC_VERSION/configure \
1594 task2_define build_mpc "Build mpc-$MPC_VERSION"
1598 cd $(build_dir_for mpc)/build &&
1602 task2_define install_mpc "Install mpc-$MPC_VERSION"
1606 cd $(build_dir_for mpc)/build &&
1700 --with-mpc=$(install_dir) \