Skip to content

Commit 6adc428

Browse files
antonio-rojasKristofferC
authored and
KristofferC
committed
Restore libgcc_s symlinkin in !macOS (#47986)
Commit c8b72e2 completely removed libgcc_s symlinking (I assume unintentionally) in !macOS. (cherry picked from commit ea13810)
1 parent 7880930 commit 6adc428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ else
231231
$(eval $(call symlink_system_library,CSL,libgcc_s,1))
232232
endif
233233
endif
234+
else
235+
$(eval $(call symlink_system_library,CSL,libgcc_s,1))
234236
endif
235237
ifneq (,$(LIBGFORTRAN_VERSION))
236238
$(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION)))

0 commit comments

Comments
 (0)