Commit fc7c5aed by Mark Mitchell Committed by Mark Mitchell

* lib/wrapper.exp (${tool}_maybe_build_wrapper): Don't unset gluefile.

From-SVN: r98009
parent d5bfbe09
2005-04-11 Mark Mitchell <mark@codesourcery.com>
* lib/wrapper.exp (${tool}_maybe_build_wrapper): Don't unset gluefile.
2005-04-11 Geoffrey Keating <geoffk@apple.com> 2005-04-11 Geoffrey Keating <geoffk@apple.com>
* gcc.dg/i386-darwin-fpmath.c: New. * gcc.dg/i386-darwin-fpmath.c: New.
......
...@@ -35,8 +35,6 @@ proc ${tool}_maybe_build_wrapper { filename } { ...@@ -35,8 +35,6 @@ proc ${tool}_maybe_build_wrapper { filename } {
if { $result != "" } { if { $result != "" } {
set gluefile [lindex $result 0] set gluefile [lindex $result 0]
set wrap_flags [lindex $result 1] set wrap_flags [lindex $result 1]
} else {
unset gluefile
} }
} }
} }
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