Skip to content

Commit ff337f2

Browse files
omusstaticfloat
authored andcommitted
Copy libgomp as part of CSL build (#39212)
(cherry picked from commit 7e85405)
1 parent f6b418c commit ff337f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deps/csl.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ $(eval $(call copy_csl,$(call gen_libname,quadmath,0)))
4444
$(eval $(call copy_csl,$(call gen_libname,stdc++,6)))
4545
$(eval $(call copy_csl,$(call gen_libname,ssp,0)))
4646
$(eval $(call copy_csl,$(call gen_libname,atomic,1)))
47+
$(eval $(call copy_csl,$(call gen_libname,gomp,1)))
4748

4849
ifeq ($(OS),WINNT)
4950
# Windwos has special gcc_s names
@@ -73,6 +74,7 @@ clean-csl:
7374
-rm -f $(build_shlibdir)/libpthread*$(SHLIB_EXT)*
7475
-rm -f $(build_shlibdir)/libwinpthread*$(SHLIB_EXT)*
7576
-rm -f $(build_shlibdir)/libatomic*$(SHLIB_EXT)*
77+
-rm -f $(build_shlibdir)/libgomp*$(SHLIB_EXT)*
7678

7779
else
7880
$(eval $(call bb-install,csl,CSL,true))

0 commit comments

Comments
 (0)