Commit 36b8a031 by Geoffrey Keating Committed by Geoffrey Keating

btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called libstd++.sum not libstdc++-v3.sum.

	* btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called
	libstd++.sum not libstdc++-v3.sum.

From-SVN: r89697
parent 95b0de03
2004-10-27 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called
libstd++.sum not libstdc++-v3.sum.
2004-10-26 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++,
......
......@@ -99,7 +99,7 @@ H_REAL_TARGET=`$SOURCE/config.sub $H_TARGET || exit 1`
TESTLOGS="gcc/testsuite/gcc.sum
gcc/testsuite/g++.sum
gcc/testsuite/objc.sum
$H_TARGET/libstdc++-v3/testsuite/libstdc++-v3.sum"
$H_TARGET/libstdc++-v3/testsuite/libstdc++.sum"
# Build.
echo build > $RESULT
......
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