OSDN Git Service

* objs-gcc.sh: Revert previous change.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Dec 2007 23:18:57 +0000 (23:18 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 24 Dec 2007 23:18:57 +0000 (23:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131162 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d2dcb1b..f3a1802 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
 2007-12-23  Geoff Keating  <geoffk@geoffk.org>
 
        * objs-gcc.sh: Set up the GDB testsuite even if the gdb installed
index 9099850..d926f8b 100755 (executable)
@@ -113,7 +113,7 @@ else
   make install || exit 1
 fi
 
   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
   mkdir -p $PREFIX/share/gdb-testsuite || exit 1
   cd $SOURCE/gdb/testsuite || exit 1
   find . -print | cpio -pdmu $PREFIX/share/gdb-testsuite || exit 1