summaryrefslogtreecommitdiff
path: root/libgo/testsuite
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-11 20:27:50 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-11 20:27:50 +0000
commita27e10150254628bfb2259797135345eebb3f82a (patch)
tree59dd04f037e81fdec5ac49f152cd33ac5445ed35 /libgo/testsuite
parent5c79394209c0567e6449247926c2c57de090ee91 (diff)
downloadgcc-a27e10150254628bfb2259797135345eebb3f82a.tar.gz
libgo: Define CC_FOR_BUILD in Makefile.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176182 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/testsuite')
-rw-r--r--libgo/testsuite/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in
index 2117960e26b..b990f490a5d 100644
--- a/libgo/testsuite/Makefile.in
+++ b/libgo/testsuite/Makefile.in
@@ -67,6 +67,7 @@ AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
+CC_FOR_BUILD = @CC_FOR_BUILD@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@