Skip to content

Commit

Permalink
change address model to 32bit for x32 ABI
Browse files Browse the repository at this point in the history
related to issue #200
  • Loading branch information
olk committed Sep 18, 2022
1 parent 87135f9 commit 5852b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ alias asm_sources
asm/jump_x86_64_sysv_elf_gas.S
asm/ontop_x86_64_sysv_elf_gas.S
: <abi>x32
<address-model>64
<address-model>32
<architecture>x86
<binary-format>elf
<toolset>clang
Expand All @@ -808,7 +808,7 @@ alias asm_sources
asm/jump_x86_64_sysv_elf_gas.S
asm/ontop_x86_64_sysv_elf_gas.S
: <abi>x32
<address-model>64
<address-model>32
<architecture>x86
<binary-format>elf
<toolset>gcc
Expand All @@ -819,7 +819,7 @@ alias asm_sources
asm/jump_x86_64_sysv_elf_gas.S
asm/ontop_x86_64_sysv_elf_gas.S
: <abi>x32
<address-model>64
<address-model>32
<architecture>x86
<binary-format>elf
<toolset>intel
Expand Down

0 comments on commit 5852b49

Please sign in to comment.