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

From-SVN: r53989
This commit is contained in:
Nick Clifton 2002-05-29 10:59:21 +00:00 committed by Nick Clifton
parent cc46ac78e2
commit ae696202b2
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 Loren J. Rittle <ljrittle@acm.org>
libstdc++/6641

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