diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-02-05 22:22:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-02-05 22:22:17 +0000 |
commit | 7134cf2833082c1a4ba3606a76778ce79bfa58c0 (patch) | |
tree | 41af694846a1bfc8719f9e3c0aeb2200cceb969f /libgo/testsuite | |
parent | 31502f9f1f9095aaa60094385a2e116b03b23804 (diff) | |
download | gcc-7134cf2833082c1a4ba3606a76778ce79bfa58c0.zip gcc-7134cf2833082c1a4ba3606a76778ce79bfa58c0.tar.gz gcc-7134cf2833082c1a4ba3606a76778ce79bfa58c0.tar.bz2 |
re PR go/56017 (libgo testsuite does not support cross testing)
PR go/56017
libgo: Use DejaGNU when testing a cross-compiler.
From-SVN: r195766
Diffstat (limited to 'libgo/testsuite')
-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 572d736..8f0e2ad 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@ |