Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 576036 | Differences between
and this patch

Collapse All | Expand All

(-)libs/context/build/Jamfile.v2~ (+43 lines)
Lines 808-813 Link Here
808
     <binary-format>pe
808
     <binary-format>pe
809
     <toolset>msvc
809
     <toolset>msvc
810
   ;
810
   ;
811
# X86_64/SYSV/X32
812
alias asm_context_sources
813
   : [ make asm/make_x86_64_sysv_elf_gas.o : asm/make_x86_64_sysv_elf_gas.S : @gas64 ]
814
     [ make asm/jump_x86_64_sysv_elf_gas.o : asm/jump_x86_64_sysv_elf_gas.S : @gas64 ]
815
     [ make asm/ontop_x86_64_sysv_elf_gas.o : asm/ontop_x86_64_sysv_elf_gas.S : @gas64 ]
816
   : <abi>x32
817
     <address-model>64
818
     <architecture>x86
819
     <binary-format>elf
820
   ;
821
822
alias asm_context_sources
823
   : asm/make_x86_64_sysv_elf_gas.S
824
     asm/jump_x86_64_sysv_elf_gas.S
825
     asm/ontop_x86_64_sysv_elf_gas.S
826
   : <abi>x32
827
     <address-model>64
828
     <architecture>x86
829
     <binary-format>elf
830
     <toolset>clang
831
   ;
832
833
alias asm_context_sources
834
   : asm/make_x86_64_sysv_elf_gas.S
835
     asm/jump_x86_64_sysv_elf_gas.S
836
     asm/ontop_x86_64_sysv_elf_gas.S
837
   : <abi>x32
838
     <address-model>64
839
     <architecture>x86
840
     <binary-format>elf
841
     <toolset>gcc
842
   ;
843
844
alias asm_context_sources
845
   : asm/make_x86_64_sysv_elf_gas.S
846
     asm/jump_x86_64_sysv_elf_gas.S
847
     asm/ontop_x86_64_sysv_elf_gas.S
848
   : <abi>x32
849
     <address-model>64
850
     <architecture>x86
851
     <binary-format>elf
852
     <toolset>intel
853
   ;
811
854
812
#X86 universal
855
#X86 universal
813
alias asm_context_sources
856
alias asm_context_sources

Return to bug 576036