|
Unlike the other toolchains, bionic supports both static and dynamic. This CL adds an environment variable which will allow SDK targets to be built with dynamic linking. It also enables additional bionic targets such as nacl_io demo and test.
Since the current dynamic loader only supports searching DT_NEEDED namespaces for symbols, bionic forces us to declare dependencies explicitly which causes build order issues.
BUG=none
R=binji@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266900
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+56 lines, -17 lines) |
Patch |
 |
M |
native_client_sdk/src/build_tools/build_projects.py
|
View
|
1
2
|
3 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/build_sdk.py
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/generate_make.py
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/api/audio/example.dsc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/api/graphics_2d/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/demo/nacl_io/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/gmock/library.dsc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/resources/Makefile.index.template
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc
|
View
|
1
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/tools/nacl_gcc.mk
|
View
|
1
2
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|