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 12b2ddb commit 41a19f5Copy full SHA for 41a19f5
sw/cheri/cheriot_toolchain.cmake
@@ -41,4 +41,4 @@ string(CONCAT CMAKE_C_FLAGS_INIT
41
42
set(CMAKE_ASM_FLAGS_INIT "-mcpu=cheriot -mabi=cheriot -mxcheri-rvc -mrelax -fshort-wchar")
43
44
-set(CMAKE_EXE_LINKER_FLAGS_INIT "-nodefaultlibs -fuse-ld=lld -T \"${LINKER_SCRIPT}\"")
+set(CMAKE_EXE_LINKER_FLAGS_INIT "-nodefaultlibs -nostartfiles -fuse-ld=lld -T \"${LINKER_SCRIPT}\"")
0 commit comments