All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] boost: add link giving the list of architectures supported by context
@ 2015-11-03 20:18 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2015-11-03 20:18 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=7025021950da51a1e784fd03c5d73f4048fbbe8f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

To help understanding the list of architectures supported by
Boost.Context, add a link to the appropriate documentation page.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/boost/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 150174c..edffd7e 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -65,6 +65,9 @@ config BR2_PACKAGE_BOOST_CHRONO
 config BR2_PACKAGE_BOOST_CONTAINER
 	bool "boost-container"
 
+# see
+# http://www.boost.org/doc/libs/1_59_0/libs/context/doc/html/context/architectures.html
+# for the list of supported architectures.
 config BR2_PACKAGE_BOOST_CONTEXT
 	bool "boost-context"
 	depends on (BR2_arm || BR2_armeb || BR2_i386 || BR2_mips || BR2_mipsel \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-03 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-03 20:18 [Buildroot] [git commit] boost: add link giving the list of architectures supported by context Thomas Petazzoni

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.