Lines Matching refs:SRC_DIR
86 SRC_DIR="$1"
92 if [ -z "$SRC_DIR" ] ; then
97 if [ ! -d "$SRC_DIR/gcc" ] ; then
98 echo "ERROR: Source directory does not contain gcc sources: $SRC_DIR"
102 log "Using source directory: $SRC_DIR"
140 if [ ! -d $SRC_DIR/gdb/gdb-$GDB_VERSION ] ; then
141 echo "ERROR: Missing gdb sources: $SRC_DIR/gdb/gdb-$GDB_VERSION"
147 if [ ! -d $SRC_DIR/binutils/binutils-$BINUTILS_VERSION ] ; then
148 echo "ERROR: Missing binutils sources: $SRC_DIR/binutils/binutils-$BINUTILS_VERSION"
165 BUILD_SRCDIR=$SRC_DIR/build
167 BUILD_SRCDIR=$SRC_DIR