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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user