aboutsummaryrefslogtreecommitdiff
path: root/libgo/testsuite
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-12 02:03:46 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-12 02:03:46 +0000
commit7731bf71fc8c041403999d425fdd61591110fd6d (patch)
tree7721836a180b18fc4931e7caa3818c3f5412471f /libgo/testsuite
parentd0c8a42812ccc5e7dbe9872a4ae9b8822bc996bc (diff)
Simplify libgo Makefile conditionals.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168696 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/testsuite')
-rw-r--r--libgo/testsuite/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in
index 113df3b6abe..6e957d3f87b 100644
--- a/libgo/testsuite/Makefile.in
+++ b/libgo/testsuite/Makefile.in
@@ -81,8 +81,10 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FGREP = @FGREP@
+GOARCH = @GOARCH@
GOC = @GOC@
GOCFLAGS = @GOCFLAGS@
+GOOS = @GOOS@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@