Commit 788ded72 by Geoffrey Keating Committed by Geoffrey Keating

* objs-gcc.sh: Revert previous change.

From-SVN: r131162
parent a1c1054b
2007-12-24 Geoff Keating <geoffk@geoffk.org>
* objs-gcc.sh: Revert previous change.
2007-12-23 Geoff Keating <geoffk@geoffk.org>
* objs-gcc.sh: Set up the GDB testsuite even if the gdb installed
......
......@@ -113,7 +113,7 @@ else
make install || exit 1
fi
if [ -x $PREFIX/bin/$TARGET-gdb -o -x $PREFIX/bin/gdb ] ; then
if [ -x $PREFIX/bin/$TARGET-gdb ] ; then
mkdir -p $PREFIX/share/gdb-testsuite || exit 1
cd $SOURCE/gdb/testsuite || exit 1
find . -print | cpio -pdmu $PREFIX/share/gdb-testsuite || exit 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment