boost: update 1.57.0 --> 1.60.0

tested on all four targets
This commit is contained in:
Tony Theodore 2015-12-25 20:43:53 +11:00
parent 49a753be3b
commit fdd5b9f7aa
2 changed files with 68 additions and 1710 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 \