From: Geoffrey Keating Date: Mon, 24 Dec 2007 23:18:57 +0000 (+0000) Subject: * objs-gcc.sh: Revert previous change. X-Git-Tag: releases/gcc-4.3.0~827 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=788ded72d631d26bd53810ae15dbd5d6c310ba16;p=thirdparty%2Fgcc.git * objs-gcc.sh: Revert previous change. From-SVN: r131162 --- diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index d2dcb1bd7c52..f3a18025e941 100644 --- a/contrib/regression/ChangeLog +++ b/contrib/regression/ChangeLog @@ -1,3 +1,7 @@ +2007-12-24 Geoff Keating + + * objs-gcc.sh: Revert previous change. + 2007-12-23 Geoff Keating * 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 9099850e4906..d926f8b85bf2 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