Commit d46efcfe by Ian Lance Taylor

libgo.exp: Set tmpdir.

From-SVN: r169529
parent 3aa831ba
......@@ -21,6 +21,10 @@ if {$gccdir != ""} {
set GOC_UNDER_TEST "$gccdir/gccgo -B$gccdir/"
set TESTING_IN_BUILD_TREE 1
if [info exists GOTEST_TMPDIR] {
set tmpdir $GOTEST_TMPDIR
}
proc go_maybe_build_wrapper { args } {
libgo_maybe_build_wrapper $args
}
......
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