Searched refs:gdbSourceDir (Results 1 - 1 of 1) sorted by relevance

/haiku/build/scripts/
H A Dbuild_cross_tools_gcc425 gdbSourceDir="$HAIKU_USE_GDB"
108 if [ -n "$gdbSourceDir" -a ! -d "$gdbSourceDir" ]; then
109 echo "No such directory: \"$gdbSourceDir\"" >&2
133 if [ -n "$gdbSourceDir" ]; then
134 cd "$gdbSourceDir"
135 gdbSourceDir=$(pwd)
189 "$gdbSourceDir/configure" \

Completed in 70 milliseconds