]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/context/doc/architectures.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / context / doc / architectures.qbk
1 [/
2 Copyright Oliver Kowalke 2014.
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt
6 ]
7
8 [section:architectures Architectures]
9
10 __boost_context__ supports following architectures:
11
12 [table Supported architectures (<ABI|binary format>)
13 [[Architecture] [LINUX (UNIX)] [Windows] [MacOS X] [iOS]]
14 [[arm (aarch32)] [AAPCS|ELF] [AAPCS|PE] [-] [AAPCS|MACH-O]]
15 [[arm (aarch64)] [AAPCS|ELF] [-] [-] [AAPCS|MACH-O]]
16 [[i386] [SYSV|ELF] [MS|PE] [SYSV|MACH-O] [-]]
17 [[mips1] [O32|ELF] [-] [-] [-]]
18 [[ppc32] [SYSV|ELF,XCOFF] [-] [SYSV|MACH-O] [-]]
19 [[ppc64] [SYSV|ELF,XCOFF] [-] [SYSV|MACH-O] [-]]
20 [[sparc] [-] [-] [-] [-]]
21 [[x86_64] [SYSV,X32|ELF] [MS|PE] [SYSV|MACH-O] [-]]
22 ]
23
24 [section:crosscompiling Cross compiling]
25
26 Cross compiling the library requires to specify the build properties
27 <architecture>, <address-model>, <binary-format> and <abi> at b2 command line.
28
29 [endsect]
30
31 [endsect]