* objs-gcc.sh: Revert previous change.
From-SVN: r131162
This commit is contained in:
parent
a1c1054b55
commit
788ded72d6
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue