16 May
2014
16 May
'14
6:13 a.m.
2014-05-07 14:04 GMT+02:00 Oliver Kowalke
You could try to add following line to the Jamfile.v2 (SYSV/ELF is assumed):
alias asm_context_sources : asm/make_ppc64_sysv_elf_gas.S asm/jump_ppc64_sysv_elf_gas.S : <abi>sysv <address-model>64 <architecture>power <binary-format>elf <toolset>clang ;
this should use the clang-as
@Thomas, does the modification work?