bootstrap: switch to ifc-generated ipc interface

This commit is contained in:
2026-02-26 19:47:58 +00:00
parent 3b50715559
commit 285a80530d
3 changed files with 42 additions and 33 deletions

View File

@@ -5,7 +5,7 @@ set_property(SOURCE ${arch_sources} PROPERTY LANGUAGE C)
add_executable(bootstrap ${c_sources} ${arch_sources})
target_link_libraries(bootstrap libmango ulibc liblaunch libmsg-fs)
target_link_libraries(bootstrap libmango ulibc liblaunch interface::fs)
target_compile_options(bootstrap PRIVATE
-fPIC -pie -fno-stack-protector -nostdlib -ffreestanding)