We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c80551 + 77835b7 commit 46effe4Copy full SHA for 46effe4
build/Jamfile.v2
@@ -444,6 +444,28 @@ alias asm_sources
444
<toolset>gcc
445
;
446
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
459
460
461
462
463
464
465
466
+ <toolset>openxl
467
468
469
# POWERPC universal
470
# POWERPC_32_64/SYSV/MACH-O
471
alias asm_sources
0 commit comments