aboutsummaryrefslogtreecommitdiff
path: root/config/arch/riscv.in
Commit message (Collapse)AuthorAgeFilesLines
* RISC-V: Remove EXPERIMENTAL tagAlexey Brodkin2024-09-091-1/+0
| | | | | | | | | | | It's been a while since RISC-V support was added to CT-NG in 2017. Since then RISC-V support was integrated in all the key toolchain components upstream and now are proven to be in a very good state. Thus it makes no sense to keep this architecture "hidden" in experimental options, so we promote RISC-V architecture in CT-NG. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* Allow libsanitizer on architectures that support itChris Packham2022-07-111-0/+1
| | | | | | | | | | | | libsanitizer is only supported on selected architectures. Add ARCH_SUPPORTS_LIBSANITIZER and have architectures select this option based on the list of supported configurations from GCC's libsanitizer/configure.tgt. Support for mips64 was added in GCC12 so this is an additional condition for the mips architecture. Fixes #1733 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Require 2.29 if building glibc for RISC-V64Alexey Neyman2019-04-101-0/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Only select GDB version if GDB is enabledAlexey Neyman2019-04-041-1/+1
| | | | | | | ... which fixes a bogus warning when configuration without GDB is loaded. Signed-off-by: Alexey Neyman <stilor@att.net>
* Mark binutils/gdb requirements for RISC-VAlexey Neyman2019-04-041-0/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* config: arch: riscv: add initial 64-bit supportPaul Walmsley2018-09-101-0/+3
| | | | | | | | Add initial rv64 support. Originally based on suggestions from Franz Flasch <franz.flasch@gmx.at>. Cc: Franz Flasch <franz.flasch@gmx.at> Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
* Add ARCH_SUPPORTS_WITH_ABI and ARCH_SUPPORTS_WITH_ARCH for riscv targetsFranz Flasch2018-01-191-0/+2
| | | | Signed-off-by: Franz Flasch <franz.flasch@gmx.at>
* Make comp.libs use generated templates, tooAlexey Neyman2017-11-291-0/+1
| | | | | | | | This allows us to include the component-to-package relation in the generated kconfig files and make use of that information in the show-config.sh script. Signed-off-by: Alexey Neyman <stilor@att.net>
* add RISC-V architecture supportAntony Pavlov2017-11-191-0/+10
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>