Skip to content

Commit 46effe4

Browse files
authored
Merge pull request #274 from tjcw/develop
Jamfile
2 parents 7c80551 + 77835b7 commit 46effe4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

build/Jamfile.v2

+22
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,28 @@ alias asm_sources
444444
<toolset>gcc
445445
;
446446

447+
alias asm_sources
448+
: asm/make_ppc64_sysv_xcoff_gas.S
449+
asm/jump_ppc64_sysv_xcoff_gas.S
450+
asm/ontop_ppc64_sysv_xcoff_gas.S
451+
: <abi>sysv
452+
<address-model>64
453+
<architecture>power
454+
<binary-format>xcoff
455+
<toolset>xlclang
456+
;
457+
458+
alias asm_sources
459+
: asm/make_ppc64_sysv_xcoff_gas.S
460+
asm/jump_ppc64_sysv_xcoff_gas.S
461+
asm/ontop_ppc64_sysv_xcoff_gas.S
462+
: <abi>sysv
463+
<address-model>64
464+
<architecture>power
465+
<binary-format>xcoff
466+
<toolset>openxl
467+
;
468+
447469
# POWERPC universal
448470
# POWERPC_32_64/SYSV/MACH-O
449471
alias asm_sources

0 commit comments

Comments
 (0)