1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- base/Makefile.orig 2022-12-23 22:14:27 UTC
+++ base/Makefile
@@ -190,7 +190,7 @@ symlink_p7zip: $(build_bindir)/7z$(EXE)
ifneq ($(USE_SYSTEM_P7ZIP),0)
SYMLINK_SYSTEM_LIBRARIES += symlink_p7zip
-7Z_PATH := $(shell which 7z$(EXE))
+7Z_PATH := $(shell which 7zz$(EXE))
endif
$(build_bindir)/7z$(EXE):
@@ -218,6 +218,8 @@ else
$(eval $(call symlink_system_library,CSL,libgcc_s,1))
endif
endif
+else
+$(eval $(call symlink_system_library,CSL,libgcc_s,1))
endif
ifneq (,$(LIBGFORTRAN_VERSION))
$(eval $(call symlink_system_library,CSL,libgfortran,$(LIBGFORTRAN_VERSION)))
|