We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 456f4b1 + fda3986 commit e9b48e6Copy full SHA for e9b48e6
1 file changed
build/Jamfile.v2
@@ -97,17 +97,6 @@ alias asm_sources
97
<toolset>clang
98
;
99
100
-alias asm_sources
101
- : asm/make_arm64_aapcs_macho_gas.S
102
- asm/jump_arm64_aapcs_macho_gas.S
103
- asm/ontop_arm64_aapcs_macho_gas.S
104
- : <abi>aapcs
105
- <address-model>64
106
- <architecture>arm
107
- <binary-format>mach-o
108
- <toolset>gcc
109
- ;
110
-
111
alias asm_sources
112
: asm/make_arm_aapcs_macho_gas.S
113
asm/jump_arm_aapcs_macho_gas.S
0 commit comments