2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-19 04:02:17 +00:00

support of s390x + clang

- #208
This commit is contained in:
Oliver Kowalke
2022-10-04 07:01:25 +02:00
parent ee045f8f0a
commit 29ee8e59b2

View File

@@ -482,6 +482,17 @@ alias asm_sources
<toolset>gcc
;
alias asm_sources
: asm/make_s390x_sysv_elf_gas.S
asm/jump_s390x_sysv_elf_gas.S
asm/ontop_s390x_sysv_elf_gas.S
: <abi>sysv
<address-model>64
<architecture>s390x
<binary-format>elf
<toolset>clang
;
# X86
# X86/SYSV/ELF
alias asm_sources