diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-25 09:43:53 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-25 09:43:53 (GMT) |
commit | fdd5b9f7aa8bf0e40c1f1f8119701af96e51457e (patch) | |
tree | 45651f2eb32663e0017c3719a270546170f9da0b /src/boost.mk | |
parent | 49a753be3bdd5a511cd6807d1f0f8db52cdfcf5e (diff) | |
download | mxe-fdd5b9f7aa8bf0e40c1f1f8119701af96e51457e.zip mxe-fdd5b9f7aa8bf0e40c1f1f8119701af96e51457e.tar.gz mxe-fdd5b9f7aa8bf0e40c1f1f8119701af96e51457e.tar.bz2 |
boost: update 1.57.0 --> 1.60.0
tested on all four targets
Diffstat (limited to 'src/boost.mk')
-rw-r--r-- | src/boost.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/boost.mk b/src/boost.mk index 1d3c060..fcbc594 100644 --- a/src/boost.mk +++ b/src/boost.mk @@ -3,8 +3,8 @@ PKG := boost $(PKG)_IGNORE := -$(PKG)_VERSION := 1.57.0 -$(PKG)_CHECKSUM := 910c8c022a33ccec7f088bd65d4f14b466588dda94ba2124e78b8c57db264967 +$(PKG)_VERSION := 1.60.0 +$(PKG)_CHECKSUM := 686affff989ac2488f79a97b9479efb9f2abae035b5ed4d8226de6857933fd3b $(PKG)_SUBDIR := boost_$(subst .,_,$($(PKG)_VERSION)) $(PKG)_FILE := boost_$(subst .,_,$($(PKG)_VERSION)).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/boost/boost/$($(PKG)_VERSION)/$($(PKG)_FILE) @@ -36,6 +36,7 @@ define $(PKG)_BUILD -j '$(JOBS)' \ --ignore-site-config \ --user-config=user-config.jam \ + abi=ms \ address-model=$(BITS) \ architecture=x86 \ binary-format=pe \ |