this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

libgcc_s needs to link against libunwind (for two-level namespace support)

+1 -1
+1 -1
src/libgcc/CMakeLists.txt
··· 18 18 SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) 19 19 20 20 add_library(gcc_s SHARED ${libgcc_sources}) 21 - # target_link_libraries(gcc_s -lgcc) 21 + target_link_libraries(gcc_s unwind) 22 22 # TODO: link against libcompiler_rt 23 23 24 24 install(TARGETS gcc_s DESTINATION lib${SUFFIX}/darling)