mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
Merge pull request #899 from franzflasch/master
riscv: Add ARCH_SUPPORTS_WITH_ABI and ARCH_SUPPORTS_WITH_ARCH
This commit is contained in:
commit
b355005f56
@ -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:
|
||||
|
6
samples/riscv32-hifive1-elf/crosstool.config
Normal file
6
samples/riscv32-hifive1-elf/crosstool.config
Normal file
@ -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
samples/riscv32-hifive1-elf/reported.by
Normal file
3
samples/riscv32-hifive1-elf/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Franz Flasch"
|
||||
reporter_url="https://github.com/franzflasch/crosstool-ng"
|
||||
reporter_comment=""
|
Loading…
x
Reference in New Issue
Block a user