File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ ifeq ($(OS),WINNT)
120120GCC_VERSION = 14
121121install-csl :
122122 mkdir -p $(build_private_libdir ) /
123+ cp -a $(build_shlibdir ) /$(call versioned_libname,libstdc++,6) $(build_shlibdir ) /libstdc++.$(SHLIB_EXT )
123124 cp -a $(build_libdir ) /gcc/$(BB_TRIPLET ) /$(GCC_VERSION ) /libgcc_s.a $(build_private_libdir ) /
124125 cp -a $(build_libdir ) /gcc/$(BB_TRIPLET ) /$(GCC_VERSION ) /libgcc.a $(build_private_libdir ) /
125126 cp -a $(build_libdir ) /gcc/$(BB_TRIPLET ) /$(GCC_VERSION ) /libmsvcrt.a $(build_private_libdir ) /
@@ -130,6 +131,7 @@ endif
130131ifeq ($(OS ) ,WINNT)
131132uninstall-csl : uninstall-gcc-libraries
132133uninstall-gcc-libraries :
134+ -rm -f $(build_shlibdir ) /libstdc++.$(SHLIB_EXT )
133135 -rm -f $(build_private_libdir ) /libgcc_s.a
134136 -rm -f $(build_private_libdir ) /libgcc.a
135137 -rm -f $(build_private_libdir ) /libmsvcrt.a
You can’t perform that action at this time.
0 commit comments