ld: remove test messages

This commit is contained in:
2026-03-06 20:19:46 +00:00
parent 5ad1babd03
commit 72b5801292
2 changed files with 21 additions and 26 deletions

View File

@@ -9,7 +9,9 @@ set_target_properties(ld PROPERTIES
OUTPUT_NAME "ld64"
SUFFIX ".so")
target_link_libraries(ld ulibc libmango interface::fs)
target_link_libraries(ld
libc-core libc-malloc libmango librosetta
interface::fs)
target_compile_options(ld PRIVATE
-fPIC -fno-stack-protector -nostdlib -ffreestanding)