(libstdc++-v3-init): Rebuild the wrapper file every time this proc is called.
From-SVN: r53987
This commit is contained in:
parent
9a214a66ab
commit
6746a2999d
@ -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
|
||||
|
@ -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 != "" } {
|
||||
|
Loading…
Reference in New Issue
Block a user