Skip to content

Commit

Permalink
Add arm/sysv/elf alias to arm/aapcs/elf (32/64)
Browse files Browse the repository at this point in the history
Fixes boostorg#69: Cross compile boost_context for arm: undefined reference to jump_fcontext/make_fcontext
  • Loading branch information
bwijen committed Oct 13, 2017
1 parent 92be737 commit dd2d908
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,17 @@ alias asm_sources
<toolset>gcc
;

alias asm_sources
: asm/make_arm_aapcs_elf_gas.S
asm/jump_arm_aapcs_elf_gas.S
asm/ontop_arm_aapcs_elf_gas.S
: <abi>sysv
<address-model>32
<architecture>arm
<binary-format>elf
<toolset>gcc
;

alias asm_sources
: asm/make_arm_aapcs_elf_gas.S
asm/jump_arm_aapcs_elf_gas.S
Expand Down Expand Up @@ -258,6 +269,17 @@ alias asm_sources
<toolset>gcc
;

alias asm_sources
: asm/make_arm64_aapcs_elf_gas.S
asm/jump_arm64_aapcs_elf_gas.S
asm/ontop_arm64_aapcs_elf_gas.S
: <abi>sysv
<address-model>64
<architecture>arm
<binary-format>elf
<toolset>gcc
;

# ARM64/AAPCS/MACH-O
alias asm_sources
: asm/make_arm64_aapcs_macho_gas.S
Expand Down

0 comments on commit dd2d908

Please sign in to comment.