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 0ebe757 commit 54d5243Copy full SHA for 54d5243
src/trusted/service_runtime/CMakeLists.txt
@@ -461,7 +461,7 @@ if (LINUX AND NOT BUILD_ELSEWHERE)
461
# safely set reserve_top to 0x100000000.
462
list(APPEND BOOTSTRAP_FLAGS "-mcmodel=large")
463
else()
464
- set(reserve_top "0x0")
+ set(RESERVE_TOP "0x0")
465
endif()
466
elseif (ARCH STREQUAL "i686")
467
set(LD_EMUL "elf_i386")
0 commit comments