diff options
author | Noé Rubinstein <nrubinstein@aldebaran.com> | 2015-03-12 10:44:24 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-13 23:13:31 +0100 |
commit | 858c7d91b9cbc827e7c3f28c0d58421167de2860 (patch) | |
tree | 4026d4093f86fa654cf6b38456b12cb48d096e4f /package/boost/Config.in | |
parent | e78027ff7e31f389a9a0ca959dfbe9639afa5615 (diff) | |
download | buildroot-858c7d91b9cbc827e7c3f28c0d58421167de2860.tar.gz buildroot-858c7d91b9cbc827e7c3f28c0d58421167de2860.zip |
boost: enable boost-atomic
It was disabled in february 2013 by commit
e5434583badf1abf4a4620efa76452638ad9e177
because did not build correctly with ucLibc at the time.
It now builds correctly with both uClibc v0.9.33 and uClibc-ng.
Signed-off-by: Noé Rubinstein <nrubinstein@aldebaran.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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index a15b849d10..574f51ae7e 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -50,6 +50,9 @@ config BR2_PACKAGE_BOOST_LAYOUT default "tagged" if BR2_PACKAGE_BOOST_LAYOUT_TAGGED default "versioned" if BR2_PACKAGE_BOOST_LAYOUT_VERSIONED +config BR2_PACKAGE_BOOST_ATOMIC + bool "boost-atomic" + config BR2_PACKAGE_BOOST_CHRONO bool "boost-chrono" |