Skip to content

Commit 2353f48

Browse files
[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.
1 parent 91b423d commit 2353f48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libc/startup/linux/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,5 @@ foreach(target IN LISTS startup_components)
138138
install(FILES $<TARGET_OBJECTS:${fq_target_name}>
139139
DESTINATION ${LIBC_INSTALL_LIBRARY_DIR}
140140
RENAME $<TARGET_PROPERTY:${fq_target_name},OUTPUT_NAME>
141-
EXCLUDE_FROM_ALL
142141
COMPONENT libc)
143142
endforeach()

0 commit comments

Comments
 (0)