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

From-SVN: r53987
This commit is contained in:
Nick Clifton 2002-05-29 08:59:45 +00:00 committed by Nick Clifton
parent 9a214a66ab
commit 6746a2999d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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 != "" } {