Lines Matching refs:sources
318 Usage: $PROGNAME [options] [<path-to-toolchain-sources>]
328 You can provide the path to a local copy of the toolchain sources repository
329 as a first parameter. If you don't, the sources will be downloaded and
364 echo " --git-date=<date> Specify specific git date when download sources [none]"
365 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
411 # Location where we will download the toolchain sources
439 # A file that will contain details about all the sources used to generate
442 SOURCES_LIST=$WORK_DIR/SOURCES
454 # Empty the SOURCES file
1226 # $2: path to SOURCES file
1237 echo "downloading sources for toolchain/$1"
1255 echo "Using sources for date '$GIT_DATE': toolchain/$1 revision $REVISION"
1263 task_define download_toolchain_sources "Download toolchain sources from $GIT_BASE "
1268 # Create a temporary SOURCES file for the toolchain sources only
1269 # It's content will be copied to the final SOURCES file later.
1270 SOURCES_LIST=$TOOLCHAIN_SRC_DIR/SOURCES
1292 rm -f $DOWNLOAD_DIR/SOURCES && touch $DOWNLOAD_DIR/SOURCES
1305 printf "%-64s %s\n" $PACKAGE $SHA1 >> $DOWNLOAD_DIR/SOURCES
1400 task_define patch_toolchain_sources "Patch toolchain sources."
1428 task_define prepare_toolchain_sources "Prepare toolchain sources."
1470 task2_define extract_gmp "Extract sources for gmp-$GMP_VERSION"
1479 panic "Can't find gmp-$GMP_VERSION sources!!"
1517 task2_define extract_mpfr "Extract sources from mpfr-$MPFR_VERSION"
1526 panic "Can't find mpfr-$MPFR_VERSION sources!!"
1562 task2_define extract_mpc "Extract sources for mpc-$MPC_VERSION"
1571 panic "Can't find mpc-$MPC_VERSION sources!!"
1607 task2_define extract_isl "Extract sources for isl-$ISL_VERSION"
1614 panic "Can't find isl-$ISL_VERSION sources!!"
1760 # Copy the SOURCES file as well
1761 cp $DOWNLOAD_DIR/SOURCES $(install_dir)/PACKAGE_SOURCES &&
1762 cp $TOOLCHAIN_SRC_DIR/SOURCES $(install_dir)/TOOLCHAIN_SOURCES
1763 fail_panic "Could not copy SOURCES files to install directory"