File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
*******************************************************************************
4
4
5
5
=== 1.0.5 ===
6
+ * Updated build scripts.
6
7
7
8
=== 1.0.4 ===
8
9
* Updated build scripts.
Original file line number Diff line number Diff line change 46
46
X_URL_SUFFIX = _RO
47
47
endif
48
48
49
- include $(BASEDIR ) /modules.mk
50
49
include $(BASEDIR ) /project.mk
51
50
include $(BASEDIR ) /make/functions.mk
52
51
include $(BASEDIR ) /make/system.mk
53
52
include $(BASEDIR ) /make/tools.mk
53
+ include $(BASEDIR ) /modules.mk
54
54
include $(BASEDIR ) /dependencies.mk
55
55
56
56
# Compute the full list of dependencies
Original file line number Diff line number Diff line change @@ -76,6 +76,8 @@ ifeq ($(PLATFORM),Solaris)
76
76
else ifeq ($(PLATFORM),Windows)
77
77
FLAG_RELRO =
78
78
FLAG_STDLIB =
79
+ EXE_FLAGS_EXT += -static-libgcc -static-libstdc++
80
+ SO_FLAGS_EXT += -static-libgcc -static-libstdc++
79
81
else ifeq ($(PLATFORM),BSD)
80
82
EXE_FLAGS_EXT += -L/usr/local/lib
81
83
SO_FLAGS_EXT += -L/usr/local/lib
You can’t perform that action at this time.
0 commit comments