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

Support gcc when building ASM on Darwin

Parallel to #178 but for aarch64 instead of x86_64
This commit is contained in:
Thomas Dickerson
2025-04-17 12:00:53 -04:00
committed by GitHub
parent ef39a898d3
commit 35ddf2103e

View File

@@ -95,6 +95,17 @@ alias asm_sources
<toolset>clang
;
alias asm_sources
: asm/make_arm64_aapcs_macho_gas.S
asm/jump_arm64_aapcs_macho_gas.S
asm/ontop_arm64_aapcs_macho_gas.S
: <abi>aapcs
<address-model>64
<architecture>arm
<binary-format>mach-o
<toolset>gcc
;
alias asm_sources
: asm/make_arm_aapcs_macho_gas.S
asm/jump_arm_aapcs_macho_gas.S