diff options
| author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-12-11 14:57:59 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-12 13:53:48 +0100 |
| commit | 469bc4f3704cdca363ca3d99fa7b4fe85f0a2255 (patch) | |
| tree | 10946c20a950ed788423f7f8bcc9b3e169b3bb1f /package/boost/Config.in | |
| parent | 8e098cbe6e602b73af70a825c20c13f07f6c58db (diff) | |
| download | buildroot-469bc4f3704cdca363ca3d99fa7b4fe85f0a2255.tar.gz buildroot-469bc4f3704cdca363ca3d99fa7b4fe85f0a2255.zip | |
package/boost: add library coroutine2
Coroutine2 is a new (C++14) library added in boost 1.59.0. We also add
coroutine2 to the '--without-libraries' configuration flag for the host
variant.
Build successfully tested with Arago ARMv5 2011.09 - a gcc v4.5.3 toolchain.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/boost/Config.in')
| -rw-r--r-- | package/boost/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index 97d080243a..83f6871e89 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -78,6 +78,10 @@ config BR2_PACKAGE_BOOST_COROUTINE bool "boost-coroutine" depends on BR2_PACKAGE_BOOST_CONTEXT +config BR2_PACKAGE_BOOST_COROUTINE2 + bool "boost-coroutine2" + depends on BR2_PACKAGE_BOOST_CONTEXT + config BR2_PACKAGE_BOOST_DATE_TIME bool "boost-date_time" |

