Skip to content

Commit

Permalink
Jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcw committed Oct 31, 2024
1 parent 7c80551 commit 77835b7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,28 @@ alias asm_sources
<toolset>gcc
;

alias asm_sources
: asm/make_ppc64_sysv_xcoff_gas.S
asm/jump_ppc64_sysv_xcoff_gas.S
asm/ontop_ppc64_sysv_xcoff_gas.S
: <abi>sysv
<address-model>64
<architecture>power
<binary-format>xcoff
<toolset>xlclang
;

alias asm_sources
: asm/make_ppc64_sysv_xcoff_gas.S
asm/jump_ppc64_sysv_xcoff_gas.S
asm/ontop_ppc64_sysv_xcoff_gas.S
: <abi>sysv
<address-model>64
<architecture>power
<binary-format>xcoff
<toolset>openxl
;

# POWERPC universal
# POWERPC_32_64/SYSV/MACH-O
alias asm_sources
Expand Down

0 comments on commit 77835b7

Please sign in to comment.