summaryrefslogtreecommitdiff
path: root/libgo/testsuite
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2012-04-20 20:11:28 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2012-04-20 20:11:28 +0000
commitd25a12fc2db00476f358d2a66ab1e30a7bfa4b9a (patch)
tree008ea10059bb6030b63b115261d375197090725c /libgo/testsuite
parent63d1e46df06893b073418be4e27f95eebd05ba26 (diff)
net, syscall: Use native endianness for GNU/Linux netlink code.
From-SVN: r186640
Diffstat (limited to 'libgo/testsuite')
-rw-r--r--libgo/testsuite/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/testsuite/Makefile.in b/libgo/testsuite/Makefile.in
index 56808efd168..4628fdd919b 100644
--- a/libgo/testsuite/Makefile.in
+++ b/libgo/testsuite/Makefile.in
@@ -86,7 +86,6 @@ 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@