From b5be86c29d499db5fb27dca0f8ffb931a347f530 Mon Sep 17 00:00:00 2001 From: geoffk Date: Mon, 24 Dec 2007 23:18:57 +0000 Subject: [PATCH] * objs-gcc.sh: Revert previous change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131162 138bc75d-0d04-0410-961f-82ee72b054a4 --- contrib/regression/ChangeLog | 4 ++++ contrib/regression/objs-gcc.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index d2dcb1bd7c5..f3a18025e94 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 9099850e490..d926f8b85bf 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 -- 2.11.0