boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 May 2016 13:00:35 +0000 (15:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 17 May 2016 13:25:18 +0000 (15:25 +0200)
commit668ce456448d671f30bf98c4d4819a88b0bf9f4e
treeb71070431a009ed35d31f0a08047e9bbe387c433
parentd6966645da049bfb1582de3cfe3628dc70698b86
boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option

The BR2_PACKAGE_BOOST_ARCH_SUPPORTS option was originally added in
commit feeab03fa68a02733ae9382b7d47d9eb0d785188 to be able to disable
Boost on broken NIOSII CodeSourcery toolchains.

However, since then, the CodeSourcery toolchain has been updated, and
once the fenv problem is fixed, this NIOSII toolchain is capable of
building Boost.

Thanks to this we can completely get rid of the
BR2_PACKAGE_BOOST_ARCH_SUPPORTS symbol, from boost itself and from all
its reverse dependencies.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 files changed:
package/boost/Config.in
package/cc-tool/Config.in
package/gnuradio/Config.in
package/kodi/Config.in
package/libftdi/Config.in
package/libftdi1/Config.in
package/libserial/Config.in
package/mpd/Config.in
package/pulseview/Config.in
package/python-libconfig/Config.in
package/thrift/Config.in
package/valijson/Config.in
package/yaml-cpp/Config.in
package/zmqpp/Config.in