* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
From-SVN: r116702
This commit is contained in:
parent
d26cef13fb
commit
ec1ee65573
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user