* objs-gcc.sh: Revert previous change.

From-SVN: r131162
This commit is contained in:
Geoffrey Keating 2007-12-24 23:18:57 +00:00 committed by Geoffrey Keating
parent a1c1054b55
commit 788ded72d6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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