diff mbox

boost: Limit architectures which can build boost context library.

Message ID CAFbHwiS62OSeS9ZFjE-A4A2RQND9t3BxZytqpKZDjcftrHiZWA@mail.gmail.com
State Superseded
Headers show

Commit Message

Will Newton May 22, 2013, 12:35 p.m. UTC
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>
---
 package/boost/Config.in | 2 ++
 1 file changed, 2 insertions(+)

--
1.8.1.4

Comments

Peter Korsgaard May 23, 2013, 9:08 p.m. UTC | #1
>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> The boost context library needs porting to each new architecture
 Will> and only a limited number of ports are currently available.

Committed, thanks.
diff mbox

Patch

diff --git a/package/boost/Config.in b/package/boost/Config.in
index e36e7d3..5c65b2f 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"