Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77145 - trunk/libs/context/doc
From: oliver.kowalke_at_[hidden]
Date: 2012-03-01 05:12:10


Author: olli
Date: 2012-03-01 05:12:01 EST (Thu, 01 Mar 2012)
New Revision: 77145
URL: http://svn.boost.org/trac/boost/changeset/77145

Log:
removei reference to 'instruction-set' property in documentation

Text files modified:
   trunk/libs/context/doc/config.qbk | 27 ++++++++++++++-------------
   1 files changed, 14 insertions(+), 13 deletions(-)

Modified: trunk/libs/context/doc/config.qbk
==============================================================================
--- trunk/libs/context/doc/config.qbk (original)
+++ trunk/libs/context/doc/config.qbk 2012-03-01 05:12:01 EST (Thu, 01 Mar 2012)
@@ -7,34 +7,35 @@
 
 [section:installtion How to build and install]
 
-__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.
+__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.
 
-[note The architecture, instruction set, and address model are optional __boost_build__
-properties that must be given on the bjam command line, as shown in the table below.]
+[note The architecture and address model are optional __boost_build__ properties
+that must be given on the bjam command line, as shown in the table below.]
 
 [table
     [[][]]
     [
         [ARM, UNIX, aapcs, elf]
- [bjam toolset = gcc architecture = arm]
+ [bjam toolset = gcc architecture = arm address-model = 32]
     ]
     [
         [MIPS (32bit), UNIX, o32, elf]
- [bjam toolset = gcc architecture = mips1]
+ [bjam toolset = gcc architecture = mips1 address-model = 32]
     ]
     [
         [I386, UNIX, sysv, elf]
- [bjam toolset = gcc architecture = x86 instruction-set = i686 address-model = 32]
+ [bjam toolset = gcc architecture = x86 address-model = 32]
     ]
     [
         [I386, UNIX, sysv, elf]
- [bjam toolset = intel architecture = x86 instruction-set = i686 address-model = 32]
+ [bjam toolset = intel architecture = x86 address-model = 32]
     ]
     [
         [I386, Windows, ms, pe]
- [bjam toolset = msvc-9.0 architecture = x86 instruction-set = i686 address-model = 32]
+ [bjam toolset = msvc-9.0 architecture = x86 address-model = 32]
     ]
     [
         [PowerPc (32bit), UNIX, sysv, elf]
@@ -46,15 +47,15 @@
     ]
     [
         [X86_64, UNIX, sysv, elf]
- [bjam toolset = gcc architecture = x86 instruction-set = yorksfield address-model = 64]
+ [bjam toolset = gcc architecture = x86 address-model = 64]
     ]
     [
         [X86_64, UNIX, sysv, elf]
- [bjam toolset = intel architecture = x86 instruction-set = yorksfield address-model = 64]
+ [bjam toolset = intel architecture = x86 address-model = 64]
     ]
     [
         [X86_64, Windows, ms, pe]
- [bjam toolset = msvc-10.0 architecture = x86 instruction-set = yorksfield address-model = 64]
+ [bjam toolset = msvc-10.0 architecture = x86 address-model = 64]
     ]
 ]
 [endsect]


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