Skip to content

Commit

Permalink
Merge pull request #899 from franzflasch/master
Browse files Browse the repository at this point in the history
riscv: Add ARCH_SUPPORTS_WITH_ABI and ARCH_SUPPORTS_WITH_ARCH
  • Loading branch information
stilor committed Jan 23, 2018
2 parents 59e52b2 + c8c9249 commit b355005
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/arch/riscv.in
Expand Up @@ -5,6 +5,8 @@
##
## select ARCH_SUPPORTS_32
## select ARCH_DEFAULT_32
## select ARCH_SUPPORTS_WITH_ABI
## select ARCH_SUPPORTS_WITH_ARCH
## select GCC_REQUIRE_7_or_later

## help The RISC-V architecture, as defined by:
Expand Down
6 changes: 6 additions & 0 deletions samples/riscv32-hifive1-elf/crosstool.config
@@ -0,0 +1,6 @@
CT_EXPERIMENTAL=y
CT_ARCH_RISCV=y
CT_ARCH_ARCH="rv32ima"
CT_ARCH_ABI="ilp32"
CT_TARGET_VENDOR="hifive1"
# CT_CC_GCC_LDBL_128 is not set
3 changes: 3 additions & 0 deletions samples/riscv32-hifive1-elf/reported.by
@@ -0,0 +1,3 @@
reporter_name="Franz Flasch"
reporter_url="https://github.com/franzflasch/crosstool-ng"
reporter_comment=""

0 comments on commit b355005

Please sign in to comment.