Skip to content
Snippets Groups Projects
Commit 75d5c225 authored by geoffk's avatar geoffk
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116702 138bc75d-0d04-0410-961f-82ee72b054a4
parent 8d7243cc
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment