Boost logo

Boost :

Subject: Re: [boost] [context] Using Boost.Context on the BlueGene/Q
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-05-07 08:04:37


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

I don't know how to pass command-line options to the assembler via
boost.build

please, report what happens

Oliver


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk