* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.

From-SVN: r116702
This commit is contained in:
Geoffrey Keating 2006-09-05 18:11:49 +00:00 committed by Geoffrey Keating
parent d26cef13fb
commit ec1ee65573
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-09-05 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.

View File

@ -123,8 +123,8 @@ echo build > $RESULT
if [ $H_HOST = $H_TARGET ] ; then
$SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1
if ! make $dashj bootstrap ; then
[ -s gcc/.bad_compare ] || exit 1
cat gcc/.bad_compare >> $REGRESS || exit 1
[ -s .bad_compare ] || exit 1
cat .bad_compare >> $REGRESS || exit 1
make $dashj all || exit 1
fi
else