Skip to content

Commit

Permalink
Merge pull request #192 from brad0/develop
Browse files Browse the repository at this point in the history
Add support for building on riscv64 with Clang
  • Loading branch information
olk authored Nov 12, 2021
2 parents 885130b + 04ab01d commit 83f9988
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,17 @@ alias asm_sources

# RISCV64
# RISCV64/SYSV/ELF
alias asm_sources
: asm/make_riscv64_sysv_elf_gas.S
asm/jump_riscv64_sysv_elf_gas.S
asm/ontop_riscv64_sysv_elf_gas.S
: <abi>sysv
<address-model>64
<architecture>riscv
<binary-format>elf
<toolset>clang
;

alias asm_sources
: asm/make_riscv64_sysv_elf_gas.S
asm/jump_riscv64_sysv_elf_gas.S
Expand Down

0 comments on commit 83f9988

Please sign in to comment.