]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
boost: Limit architectures which can build boost context library
authorWill Newton <will.newton@linaro.org>
Wed, 22 May 2013 12:33:00 +0000 (13:33 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 23 May 2013 21:08:05 +0000 (23:08 +0200)
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>
package/boost/Config.in

index e36e7d395555f3ce23144df1606af2e4c773aef0..5c65b2fbf4df402d04cbba61fc71016067fb6967 100644 (file)
@@ -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"