Home | History | Annotate | Download | only in tools

Lines Matching refs:SRC_DIR

97     SRC_DIR="$1"
103 if [ -z "$SRC_DIR" ] ; then
108 if [ ! -d "$SRC_DIR/gcc" ] ; then
109 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
112 SRC_DIR=`cd $SRC_DIR; pwd`
113 log "Using source directory: $SRC_DIR"
160 check_toolchain_src_dir "$SRC_DIR"
162 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
163 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
173 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
174 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
184 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
185 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
204 if [ ! -f $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2 ] ; then
205 echo "ERROR: Missing mpfr sources: $SRC_DIR/mpfr/mpfr-$MPFR_VERSION.tar.bz2"
261 BUILD_SRCDIR=$SRC_DIR/build
263 BUILD_SRCDIR=$SRC_DIR
646 if [ -f "$SRC_DIR/SOURCES" ]; then
647 cp "$SRC_DIR/SOURCES" "$TOOLCHAIN_PATH/SOURCES"