--- boost_1_56_0/libs/context/build/Jamfile.v2.orig 2014-09-02 13:54:21.780550058 +0100 +++ boost_1_56_0/libs/context/build/Jamfile.v2 2014-09-02 13:54:51.003090400 +0100 @@ -210,34 +210,27 @@ alias asm_context_sources ; # MIPS -# MIPS/O32/ELF alias asm_context_sources - : [ make asm/make_mips32_o32_elf_gas.o : asm/make_mips32_o32_elf_gas.S : @gas32 ] - [ make asm/jump_mips32_o32_elf_gas.o : asm/jump_mips32_o32_elf_gas.S : @gas32 ] - : o32 - 32 - mips1 + : asm/make_mips32_o32_elf_gas.S + asm/jump_mips32_o32_elf_gas.S + : mips1 elf + gcc ; alias asm_context_sources : asm/make_mips32_o32_elf_gas.S asm/jump_mips32_o32_elf_gas.S - : o32 - 32 - mips1 + : mips1 elf - clang + qcc ; alias asm_context_sources - : asm/make_mips32_o32_elf_gas.S - asm/jump_mips32_o32_elf_gas.S - : o32 - 32 - mips1 + : [ make asm/make_mips32_o32_elf_gas.o : asm/make_mips32_o32_elf_gas.S : @gas ] + [ make asm/jump_mips32_o32_elf_gas.o : asm/jump_mips32_o32_elf_gas.S : @gas ] + : mips1 elf - gcc ; # POWERPC_32