We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da6a9c commit 0ebe757Copy full SHA for 0ebe757
src/trusted/service_runtime/CMakeLists.txt
@@ -496,6 +496,16 @@ if (LINUX AND NOT BUILD_ELSEWHERE)
496
DEPENDS nacl_bootstrap
497
)
498
499
+ add_custom_target(nacl_helper_bootstrap
500
+ COMMAND "${PYTHON}"
501
+ "${CMAKE_CURRENT_LIST_DIR}/linux/nacl_bootstrap_munge_phdr.py"
502
+ "${CMAKE_BINARY_DIR}/src/trusted/service_runtime/nacl_bootstrap_raw"
503
+ "${CMAKE_BINARY_DIR}/src/trusted/service_runtime/nacl_helper_bootstrap"
504
+ DEPENDS nacl_bootstrap_raw
505
+ )
506
+
507
+ add_dependencies(sel_ldr nacl_bootstrap_raw)
508
509
#TODO: bootstrap_raw = bootstrap_env.Command(
510
#TODO: 'nacl_bootstrap_raw',
511
#TODO: [bootstrap_obj],
0 commit comments