boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes 4065/head
authorCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Wed, 22 Feb 2017 02:58:50 +0000 (02:58 +0000)
committerCarlos Miguel Ferreira <carlosmf.pt@gmail.com>
Fri, 24 Feb 2017 00:08:33 +0000 (00:08 +0000)
commit21091fa0acda1f723d933e83652bc9d0317977e8
tree7c32f8ce6175303105f06b1fd45457f965b97a43
parent4bceecac96cd48da65a35c5a2fc67f380de3d3d3
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes

Update:
 - Python 3.6 support fixed. It is now correctly compiled and available.

Fixes:
 - disabled context and fiber for unsupported targets

There are several architectures which are not supported by context nor
 fiber. Because of this, Boost build was failing targets. This created the
 situation where the other boost libs were not being built and consequently,
 becoming unavailable  at the OpenWRT/LEDE repositories.
To solve this issue, it was necessary to disabled fiber and context for
 the incompatible targets.

Boost.Fiber is disabled for:
 -> ar7, rb532, brcm63xx.smp, brcm63xx, brcm47xx, brcm47xx.legacy, brcm2708,
    au1000, ath25, adm8668 and adm5120.

Boost.Context is disabled for:
 -> avr32, octeon and netlogic.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
libs/boost/Makefile