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.orig (+24 lines)
Lines 567-572 Link Here
567
   ;
567
   ;
568
568
569
# X86_64
569
# X86_64
570
# X86_64/X32/ELF
571
alias asm_sources
572
   : asm/make_x86_64_sysv_elf_gas.S
573
     asm/jump_x86_64_sysv_elf_gas.S
574
     asm/ontop_x86_64_sysv_elf_gas.S
575
   : <abi>x32
576
     <address-model>32
577
     <architecture>x86
578
     <binary-format>elf
579
     <toolset>clang
580
   ;
581
582
alias asm_sources
583
   : asm/make_x86_64_sysv_elf_gas.S
584
     asm/jump_x86_64_sysv_elf_gas.S
585
     asm/ontop_x86_64_sysv_elf_gas.S
586
   : <abi>x32
587
     <address-model>32
588
     <architecture>x86
589
     <binary-format>elf
590
     <toolset>gcc
591
   ;
592
593
# X86_64
570
# X86_64/SYSV/ELF
594
# X86_64/SYSV/ELF
571
alias asm_sources
595
alias asm_sources
572
   : asm/make_x86_64_sysv_elf_gas.S
596
   : asm/make_x86_64_sysv_elf_gas.S

Return to bug 576036