libgo.exp: Set tmpdir.
From-SVN: r169529
This commit is contained in:
parent
3aa831ba82
commit
d46efcfe97
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue