Commit 6746a299 by Nick Clifton Committed by Nick Clifton

(libstdc++-v3-init): Rebuild the wrapper file every time this proc is called.

From-SVN: r53987
parent 9a214a66
2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init):
Rebuild the wrapper file every time this proc is called.
2002-05-28 Phil Edwards <pme@gcc.gnu.org>
* testsuite/Makefile.am (noinst_LIBRARIES): New target. Pull in
......
......@@ -119,7 +119,8 @@ proc libstdc++-v3-init { args } {
}
}
if { [target_info needs_status_wrapper]!="" && ![info exists gluefile] } {
if { [target_info needs_status_wrapper]!=""} {
file delete ${objdir}/testglue.o;
set gluefile ${objdir}/testglue.o;
set result [build_wrapper $gluefile];
if { $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