]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* objs-gcc.sh: Revert previous change.
authorGeoffrey Keating <geoffk@geoffk.org>
Mon, 24 Dec 2007 23:18:57 +0000 (23:18 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Mon, 24 Dec 2007 23:18:57 +0000 (23:18 +0000)
From-SVN: r131162

contrib/regression/ChangeLog
contrib/regression/objs-gcc.sh

index d2dcb1bd7c526c4d2d7ac62a98ef42550a9d0b43..f3a18025e9416a2c99769b3dc496eeee67a0f9d6 100644 (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
index 9099850e49062451b7f15fa78624b736863b8f02..d926f8b85bf227862d0cb09e7441f174223e4033 100755 (executable)
@@ -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