Skip to content

Commit e9b48e6

Browse files
authored
Merge pull request #329 from SvenWehner/patch-1
Remove duplicate build configuration for ARM64/AAPCS/ELF
2 parents 456f4b1 + fda3986 commit e9b48e6

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

build/Jamfile.v2

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,6 @@ alias asm_sources
9797
<toolset>clang
9898
;
9999

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-
111100
alias asm_sources
112101
: asm/make_arm_aapcs_macho_gas.S
113102
asm/jump_arm_aapcs_macho_gas.S

0 commit comments

Comments
 (0)