Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82196 - trunk/libs/context/doc
From: oliver.kowalke_at_[hidden]
Date: 2012-12-24 01:19:48


Author: olli
Date: 2012-12-24 01:19:47 EST (Mon, 24 Dec 2012)
New Revision: 82196
URL: http://svn.boost.org/trac/boost/changeset/82196

Log:
context: ARMasm requirement added to documentation

Text files modified:
   trunk/libs/context/doc/requirements.qbk | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/libs/context/doc/requirements.qbk
==============================================================================
--- trunk/libs/context/doc/requirements.qbk (original)
+++ trunk/libs/context/doc/requirements.qbk 2012-12-24 01:19:47 EST (Mon, 24 Dec 2012)
@@ -9,8 +9,8 @@
 
 __boost_context__ must be built for the particular compiler(s) and CPU
 architecture(s)s being targeted. __boost_context__ includes assembly code and,
-therefore, requires GNU AS for supported POSIX systems, and MASM for Windows
-systems.
+therefore, requires GNU AS for supported POSIX systems, MASM for Windows/x86
+systems and ARMasm for Windows/arm systems.
 
 [important Please note that `address-model=64` must be given to bjam command line
 on 64bit Windows for 64bit build; otherwise 32bit code will be generated.]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk