boost: make fiber module select the context module
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 25 Jun 2018 22:02:37 +0000 (00:02 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 30 Jun 2018 20:27:38 +0000 (22:27 +0200)
commit0ede7241d50839d53ab0c845d2d099b07fa5aae1
treefd5f663b64e6a46727f355da996c8c2c152b321e
parentcb3dc94501415220c52c87843b908658d700968c
boost: make fiber module select the context module

The boost fiber module uses the boost context module, so it should
select it.

Due to this, the boost fiber module inherits the dependencies of boost
context: it needs exception_ptr handling, and is only available on the
architectures where boost context is supported.

Fixes:

  http://autobuild.buildroot.net/results/56509d315defb95d4ac6e278a9d40cd98f61baa7

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Thomas: use only one comment for both gcc bug dependencies.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/boost/Config.in