Commit ec1ee655 by Geoffrey Keating Committed by Geoffrey Keating

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

From-SVN: r116702
parent d26cef13
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> 2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum. * btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
......
...@@ -123,8 +123,8 @@ echo build > $RESULT ...@@ -123,8 +123,8 @@ echo build > $RESULT
if [ $H_HOST = $H_TARGET ] ; then if [ $H_HOST = $H_TARGET ] ; then
$SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1 $SOURCE/configure --prefix=$PREFIX --target=$H_TARGET || exit 1
if ! make $dashj bootstrap ; then if ! make $dashj bootstrap ; then
[ -s gcc/.bad_compare ] || exit 1 [ -s .bad_compare ] || exit 1
cat gcc/.bad_compare >> $REGRESS || exit 1 cat .bad_compare >> $REGRESS || exit 1
make $dashj all || exit 1 make $dashj all || exit 1
fi fi
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment