diff options
author | Alexey Neyman <stilor@att.net> | 2019-03-25 14:18:56 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-04-04 18:57:42 -0700 |
commit | c65df691de2209fd45688349fc46b46004212124 (patch) | |
tree | 3d4065b7a135c14fec6ef64d77c08983ae142132 /config/arch | |
parent | 31002a0c0a5c2efe3ed3861a012a44e4888bf3d2 (diff) | |
download | crosstool-ng-c65df691de2209fd45688349fc46b46004212124.tar.gz crosstool-ng-c65df691de2209fd45688349fc46b46004212124.tar.bz2 crosstool-ng-c65df691de2209fd45688349fc46b46004212124.zip |
Mark binutils/gdb requirements for RISC-V
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/riscv.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/arch/riscv.in b/config/arch/riscv.in index 109556a7..86676f31 100644 --- a/config/arch/riscv.in +++ b/config/arch/riscv.in @@ -11,6 +11,8 @@ ## select ARCH_SUPPORTS_WITH_ARCH ## select ARCH_SUPPORTS_WITH_TUNE ## select GCC_REQUIRE_7_or_later +## select BINUTILS_REQUIRE_2_28_or_later +## select GDB_REQUIRE_8_0_or_later ## help The RISC-V architecture, as defined by: ## help http://www.riscv.org/ |