17 Jun
2015
17 Jun
'15
6:30 a.m.
- Compiler does not care much, it just uses the default one - Boost.Build does not care either, since all ARM alternatives in boost.context have the same ABI
What am I missing
boost.context has to compile assemblerfiles/code. For this purpose it has asm files for combinations of architecture, abi, binary-format and address-model. The Jamfile of boost.context has rules for selecting the correct ASM file. In the case of cross compiling the rules get the wrong data. Theuser has to overwrite abi and the other properties guessed by context's Jamfile.