All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] boost: Limit architectures which can build boost context library.
@ 2013-05-22 12:35 Will Newton
  2013-05-23 21:08 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Will Newton @ 2013-05-22 12:35 UTC (permalink / raw)
  To: buildroot

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(+)

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"
--
1.8.1.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-boost-Limit-architectures-which-can-build-boost-cont.patch
Type: application/octet-stream
Size: 945 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130522/74ea6fd4/attachment.obj>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] boost: Limit architectures which can build boost context library.
  2013-05-22 12:35 [Buildroot] [PATCH] boost: Limit architectures which can build boost context library Will Newton
@ 2013-05-23 21:08 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-05-23 21:08 UTC (permalink / raw)
  To: buildroot

>>>>> "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.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-23 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22 12:35 [Buildroot] [PATCH] boost: Limit architectures which can build boost context library Will Newton
2013-05-23 21:08 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.