Home | History | Annotate | Download | only in tools

Lines Matching refs:mpc

122 register_var_option "--mpc-version=<version>" MPC_VERSION "Select mpc version"
762 # with the gmp/mpfr/mpc/binutils/gcc configure scripts.
981 # MPC is only needed starting with GCC 4.5
1146 # $1: mpc-version
1151 dump "Extracting mpc-$1"
1153 run2 tar xzf "$TOOLCHAIN_SRC_DIR/mpc/mpc-$1.tar.gz" -C "$SRC_DIR"
1157 # $1: mpc-version
1160 local SRC_DIR="$TOP_BUILD_DIR/temp-src/mpc-$1"
1164 stamps_do extract-mpc-$1 extract_mpc_sources $1
1168 dump "$(host_text) Building mpc-$1"
1171 BUILD_DIR="$(host_build_dir_for mpc-$MPC_VERSION)" &&
1200 # Only build MPC when we need it.
1202 ARGS=$ARGS" --with-mpc=$INSTALL_DIR"
1203 stamps_do build-mpc-$MPC_VERSION-$HOST build_mpc $MPC_VERSION
1223 ARGS=$ARGS" --with-mpc=$PREREQS_INSTALL_DIR"