Skip to content

Commit

Permalink
Copy libgomp as part of CSL build (JuliaLang#39212)
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jan 13, 2021
1 parent 491d925 commit 7e85405
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/csl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $(eval $(call copy_csl,$(call gen_libname,quadmath,0)))
$(eval $(call copy_csl,$(call gen_libname,stdc++,6)))
$(eval $(call copy_csl,$(call gen_libname,ssp,0)))
$(eval $(call copy_csl,$(call gen_libname,atomic,1)))
$(eval $(call copy_csl,$(call gen_libname,gomp,1)))

ifeq ($(OS),WINNT)
# Windwos has special gcc_s names
Expand Down Expand Up @@ -73,6 +74,7 @@ clean-csl:
-rm -f $(build_shlibdir)/libpthread*$(SHLIB_EXT)*
-rm -f $(build_shlibdir)/libwinpthread*$(SHLIB_EXT)*
-rm -f $(build_shlibdir)/libatomic*$(SHLIB_EXT)*
-rm -f $(build_shlibdir)/libgomp*$(SHLIB_EXT)*

else
$(eval $(call bb-install,csl,CSL,true))
Expand Down

0 comments on commit 7e85405

Please sign in to comment.