diff options
author | Will Newton <will.newton@linaro.org> | 2013-05-22 13:33:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-05-23 23:08:05 +0200 |
commit | d624203238b2565ba180d5bad45ecc86c3cac620 (patch) | |
tree | 87e26d1de5a06c69001822d83c0ea59708ed8822 /package/boost | |
parent | 666aa6287c39b32e77e24690bcb4f435ca59ac47 (diff) |
boost: Limit architectures which can build boost context library
The boost context library needs porting to each new architecture
and only a limited number of ports are currently available.
Signed-off-by: Will Newton <will.newton@linaro.org>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/boost')
-rw-r--r-- | package/boost/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boost/Config.in b/package/boost/Config.in index e36e7d395..5c65b2fbf 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -23,6 +23,8 @@ config BR2_PACKAGE_BOOST_CHRONO config BR2_PACKAGE_BOOST_CONTEXT bool "boost-context" + depends on (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel \ + || BR2_powerpc || BR2_sparc || BR2_x86_64) config BR2_PACKAGE_BOOST_DATE_TIME bool "boost-date_time" |