From 7731bf71fc8c041403999d425fdd61591110fd6d Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 12 Jan 2011 02:03:46 +0000 Subject: Simplify libgo Makefile conditionals. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168696 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgo/testsuite/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libgo/testsuite') 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@ -- cgit v1.2.3