libgo.exp: Set tmpdir.

From-SVN: r169529
This commit is contained in:
Ian Lance Taylor 2011-02-02 15:50:16 +00:00
parent 3aa831ba82
commit d46efcfe97

View file

@ -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
}