Skip to content

Commit 7822208

Browse files
committed
Updated build scripts
1 parent a2d6a0d commit 7822208

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.5 ===
6+
* Updated build scripts.
67

78
=== 1.0.4 ===
89
* Updated build scripts.

make/configure.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ else
4646
X_URL_SUFFIX = _RO
4747
endif
4848

49-
include $(BASEDIR)/modules.mk
5049
include $(BASEDIR)/project.mk
5150
include $(BASEDIR)/make/functions.mk
5251
include $(BASEDIR)/make/system.mk
5352
include $(BASEDIR)/make/tools.mk
53+
include $(BASEDIR)/modules.mk
5454
include $(BASEDIR)/dependencies.mk
5555

5656
# Compute the full list of dependencies

make/tools.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ ifeq ($(PLATFORM),Solaris)
7676
else ifeq ($(PLATFORM),Windows)
7777
FLAG_RELRO =
7878
FLAG_STDLIB =
79+
EXE_FLAGS_EXT += -static-libgcc -static-libstdc++
80+
SO_FLAGS_EXT += -static-libgcc -static-libstdc++
7981
else ifeq ($(PLATFORM),BSD)
8082
EXE_FLAGS_EXT += -L/usr/local/lib
8183
SO_FLAGS_EXT += -L/usr/local/lib

0 commit comments

Comments
 (0)