Skip to content
Snippets Groups Projects
Commit 36b8a031 authored by Geoffrey Keating's avatar Geoffrey Keating Committed by Geoffrey Keating
Browse files

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
No related branches found
No related tags found
No related merge requests found
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
......
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