9 Jul
2015
9 Jul
'15
7:48 a.m.
2015-07-09 9:13 GMT+02:00 Oliver Kowalke
2. Specifying "architecture=arm" explicitly, also changes the default for "abi" to "aapcs" (but it can still be overruled by the command line),
that's what context/build/Jamfile.v2 already does (local rule default_abi ( ) )
rules default_abi() and default_binary_format() guess what should be the default values for features <abi> and <binary-format>. In the rules itself you have no access to the property value of <architecture>