16 Jun
2015
16 Jun
'15
1:40 p.m.
2015-06-16 15:26 GMT+02:00 Vladimir Prus
of ARM to specify abi,
only in the case of cross compiling
These tell you host os. I doubt that could be helpful to determine ABI really.
As I tried to explain - there is no way. boost.context defines defaults for <abi> and <binary-format> depending on architecture + operating system etc., for instance in the Jamfile binary-format: default ELF os == MACOSX => MACH-O os == Windows => PE os == AIX => XCOFF abi: default SYSV os == Windows => MS platform == ARM => AAPCS platform == MIPS => O32 boost.build/boost.config do not provide other infos