diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-12 02:03:46 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-12 02:03:46 +0000 |
commit | 7731bf71fc8c041403999d425fdd61591110fd6d (patch) | |
tree | 7721836a180b18fc4931e7caa3818c3f5412471f /libgo/testsuite/Makefile.in | |
parent | d0c8a42812ccc5e7dbe9872a4ae9b8822bc996bc (diff) | |
download | gcc-7731bf71fc8c041403999d425fdd61591110fd6d.tar.gz |
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/Makefile.in')
-rw-r--r-- | libgo/testsuite/Makefile.in | 2 |
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@ |