Skip to content

Commit

Permalink
csl.mk: use libgcc_s 1.1 on aarch64-darwin (#45504)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 29, 2022
1 parent 9c235bc commit 6f8860c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/csl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ else
$(eval $(call copy_csl,$(call versioned_libname,libgcc_s_seh,1)))
endif
else
ifeq ($(APPLE_ARCH),arm64)
$(eval $(call copy_csl,$(call versioned_libname,libgcc_s,1.1)))
else
$(eval $(call copy_csl,$(call versioned_libname,libgcc_s,1)))
endif
endif
# winpthread is only Windows, pthread is only others
ifeq ($(OS),WINNT)
$(eval $(call copy_csl,$(call versioned_libname,libwinpthread,1)))
Expand Down

0 comments on commit 6f8860c

Please sign in to comment.