projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa831b
)
libgo.exp: Set tmpdir.
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 2 Feb 2011 15:50:16 +0000
(15:50 +0000)
committer
Ian Lance Taylor
<ian@gcc.gnu.org>
Wed, 2 Feb 2011 15:50:16 +0000
(15:50 +0000)
From-SVN: r169529
libgo/testsuite/lib/libgo.exp
patch
|
blob
|
history
diff --git
a/libgo/testsuite/lib/libgo.exp
b/libgo/testsuite/lib/libgo.exp
index 29764d9244686cf823bda33def0adfb833f3053e..a6d44323d3e67b4273905f82d05d58fc3f812da9 100644
(file)
--- a/
libgo/testsuite/lib/libgo.exp
+++ b/
libgo/testsuite/lib/libgo.exp
@@
-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
}