Home | History | Annotate | Download | only in tools

Lines Matching refs:SRC_DIR

72     SRC_DIR="$1"
78 if [ -z "$SRC_DIR" ] ; then
83 if [ ! -d "$SRC_DIR/$TOOLCHAIN/llvm" ] ; then
84 echo "ERROR: Source directory does not contain llvm sources: $SRC_DIR/$TOOLCHAIN/llvm"
88 SRC_DIR=`cd $SRC_DIR; pwd`
89 log "Using source directory: $SRC_DIR"
135 run copy_directory "$SRC_DIR/mclinker" "$MCLINKER_SRC_DIR"
208 run $SRC_DIR/$TOOLCHAIN/llvm/configure \
281 run cp "$SRC_DIR/SOURCES" $TOOLCHAIN_BUILD_PREFIX/$abi