|
[NaCl SDK] Second phase of enable glibc arm toolchain
All libraries and example now build with the ARM glibc
toolchain. No tests are run yet.
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk;tryserver.chromium.win:win_nacl_sdk
BUG= 505885
Committed: https://crrev.com/39049e34952eb865eb435415b6537eeb65b8c445
Cr-Commit-Position: refs/heads/master@{#339784}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+109 lines, -65 lines) |
Patch |
 |
M |
native_client_sdk/src/build_tools/build_sdk.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/sdk_files.list
|
View
|
1
|
2 chunks |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
|
View
|
|
1 chunk |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/library.dsc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
native_client_sdk/src/libraries/nacl_io/rpc/netdb.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/accept.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/bind.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/connect.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/gai_strerror.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/getnameinfo.c
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/getpeername.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/getsockname.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/getsockopt.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/listen.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/recv.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/recvfrom.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/recvmsg.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/send.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/sendmsg.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/sendto.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/setsockopt.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/shutdown.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/socket.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/socket/socketpair.c
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/termios/cfgetispeed.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/termios/cfgetospeed.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/termios/cfsetispeed.c
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/termios/cfsetospeed.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/nacl_io/syscalls/termios/cfsetspeed.c
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/create_nmf.py
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/lib/get_shared_deps.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/nacl_gcc.mk
|
View
|
|
4 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
Total messages: 15 (6 generated)
|