diff options
| author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-03 23:44:53 +0000 |
|---|---|---|
| committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-04-03 23:44:53 +0000 |
| commit | f3e524e9b8908cdecba4eb7be58506ae60f6601a (patch) | |
| tree | 9b5a391c0add620934f478e4ed676f965739b6fd /libgo/testsuite | |
| parent | bb2288b7d8e3bbca6175656a70f0a179a7cff7be (diff) | |
| download | ppe42-gcc-f3e524e9b8908cdecba4eb7be58506ae60f6601a.tar.gz ppe42-gcc-f3e524e9b8908cdecba4eb7be58506ae60f6601a.zip | |
syscall, net: Fix GNU/Linux netlink code for big-endian systems.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186123 138bc75d-0d04-0410-961f-82ee72b054a4
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 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@ |

