aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@geoffk.org>2007-12-24 23:18:57 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2007-12-24 23:18:57 +0000
commit788ded72d631d26bd53810ae15dbd5d6c310ba16 (patch)
tree8c842a7d4661399213aa46444a8a87017cd1593c /contrib
parenta1c1054b5595bc465fe46bd8c9ea340ec84a0918 (diff)
downloadgcc-788ded72d631d26bd53810ae15dbd5d6c310ba16.zip
gcc-788ded72d631d26bd53810ae15dbd5d6c310ba16.tar.gz
gcc-788ded72d631d26bd53810ae15dbd5d6c310ba16.tar.bz2
* objs-gcc.sh: Revert previous change.
From-SVN: r131162
Diffstat (limited to 'contrib')
-rw-r--r--contrib/regression/ChangeLog4
-rwxr-xr-xcontrib/regression/objs-gcc.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog
index d2dcb1b..f3a1802 100644
--- a/contrib/regression/ChangeLog
+++ b/contrib/regression/ChangeLog
@@ -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
diff --git a/contrib/regression/objs-gcc.sh b/contrib/regression/objs-gcc.sh
index 9099850..d926f8b 100755
--- a/contrib/regression/objs-gcc.sh
+++ b/contrib/regression/objs-gcc.sh
@@ -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