diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-05 22:22:17 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-05 22:22:17 +0000 |
commit | 6222f4a828548c0188ede626ded81d1f307803cc (patch) | |
tree | 41af694846a1bfc8719f9e3c0aeb2200cceb969f /libgo/testsuite/Makefile.in | |
parent | 4f364235dcb67b1953b21be78391110b4c633e1b (diff) | |
download | gcc-6222f4a828548c0188ede626ded81d1f307803cc.tar.gz |
PR go/56017
libgo: Use DejaGNU when testing a cross-compiler.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195766 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/testsuite/Makefile.in')
-rw-r--r-- | libgo/testsuite/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in index 572d7363234..8f0e2ad9337 100644 --- a/libgo/testsuite/Makefile.in +++ b/libgo/testsuite/Makefile.in @@ -137,6 +137,7 @@ SPLIT_STACK = @SPLIT_STACK@ STRINGOPS_FLAG = @STRINGOPS_FLAG@ STRIP = @STRIP@ STRUCT_EPOLL_EVENT_FD_OFFSET = @STRUCT_EPOLL_EVENT_FD_OFFSET@ +USE_DEJAGNU = @USE_DEJAGNU@ VERSION = @VERSION@ WARN_FLAGS = @WARN_FLAGS@ WERROR = @WERROR@ |