summaryrefslogtreecommitdiff
path: root/libgo/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-04-03 23:44:53 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-04-03 23:44:53 +0000
commitea8505da9065b468420470afd10efec62a0048ad (patch)
tree9b5a391c0add620934f478e4ed676f965739b6fd /libgo/testsuite
parenta92873f12789bafcd199b7a6cf7bf17dc36fcab8 (diff)
syscall, net: Fix GNU/Linux netlink code for big-endian systems.
From-SVN: r186123
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 4628fdd919b..56808efd168 100644
--- a/libgo/testsuite/Makefile.in
+++ b/libgo/testsuite/Makefile.in
@@ -86,6 +86,7 @@ GOARCH = @GOARCH@
GOC = @GOC@
GOCFLAGS = @GOCFLAGS@
GOOS = @GOOS@
+GO_BIGENDIAN = @GO_BIGENDIAN@
GO_LIBCALL_OS_ARCH_FILE = @GO_LIBCALL_OS_ARCH_FILE@
GO_LIBCALL_OS_FILE = @GO_LIBCALL_OS_FILE@
GO_SYSCALL_OS_ARCH_FILE = @GO_SYSCALL_OS_ARCH_FILE@