Commit d6242032 authored by Will Newton's avatar Will Newton Committed by Peter Korsgaard
Browse files

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: default avatarWill Newton <will.newton@linaro.org>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 666aa628
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"