2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-26 06:22:42 +00:00

add support for x32 on x86_64

This commit is contained in:
Oliver Kowalke
2013-12-08 11:50:10 +01:00
parent 7710c36098
commit f183534baa

View File

@@ -61,6 +61,7 @@ feature.feature abi
o32
o64
sysv
x32
: propagated
;
feature.set-default abi : [ default_abi ] ;
@@ -411,6 +412,15 @@ alias asm_context_sources
<binary-format>elf
;
alias asm_context_sources
: [ make asm/make_x86_64_x32_elf_gas.o : asm/make_x86_64_x32_elf_gas.S : @gas ]
[ make asm/jump_x86_64_x32_elf_gas.o : asm/jump_x86_64_x32_elf_gas.S : @gas ]
: <address-model>32
<architecture>x86
<binary-format>elf
<abi>x32
;
alias asm_context_sources
: asm/make_x86_64_sysv_macho_gas.S
asm/jump_x86_64_sysv_macho_gas.S