[libc] Include startup code when installing all (#105203)

Previously the libc startup code was marked `EXCLUDE_FROM_ALL` due to
build issues. This patch removes that as no longer necessary.
This commit is contained in:
Michael Jones 2024-08-20 13:54:09 -07:00 committed by GitHub
parent 91b423d955
commit 2353f484a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -138,6 +138,5 @@ foreach(target IN LISTS startup_components)
install(FILES $<TARGET_OBJECTS:${fq_target_name}>
DESTINATION ${LIBC_INSTALL_LIBRARY_DIR}
RENAME $<TARGET_PROPERTY:${fq_target_name},OUTPUT_NAME>
EXCLUDE_FROM_ALL
COMPONENT libc)
endforeach()