--- libs/context/build/Jamfile.v2~ 2015-04-04 17:31:00.000000000 +0000 +++ libs/context/build/Jamfile.v2 2016-02-28 11:27:40.186371979 +0000 @@ -808,6 +808,49 @@ pe msvc ; +# X86_64/SYSV/X32 +alias asm_context_sources + : [ make asm/make_x86_64_sysv_elf_gas.o : asm/make_x86_64_sysv_elf_gas.S : @gas64 ] + [ make asm/jump_x86_64_sysv_elf_gas.o : asm/jump_x86_64_sysv_elf_gas.S : @gas64 ] + [ make asm/ontop_x86_64_sysv_elf_gas.o : asm/ontop_x86_64_sysv_elf_gas.S : @gas64 ] + : x32 + 64 + x86 + elf + ; + +alias asm_context_sources + : asm/make_x86_64_sysv_elf_gas.S + asm/jump_x86_64_sysv_elf_gas.S + asm/ontop_x86_64_sysv_elf_gas.S + : x32 + 64 + x86 + elf + clang + ; + +alias asm_context_sources + : asm/make_x86_64_sysv_elf_gas.S + asm/jump_x86_64_sysv_elf_gas.S + asm/ontop_x86_64_sysv_elf_gas.S + : x32 + 64 + x86 + elf + gcc + ; + +alias asm_context_sources + : asm/make_x86_64_sysv_elf_gas.S + asm/jump_x86_64_sysv_elf_gas.S + asm/ontop_x86_64_sysv_elf_gas.S + : x32 + 64 + x86 + elf + intel + ; #X86 universal alias asm_context_sources