diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-01 23:55:32 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-04-04 18:57:42 -0700 |
commit | a34f7e81ae93ed50a491e68d526a41e8b3a135a6 (patch) | |
tree | 8af420bc8799bdd3e53ba1b915b144eaae9dc4c4 /config/arch | |
parent | 19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf (diff) | |
download | crosstool-ng-a34f7e81ae93ed50a491e68d526a41e8b3a135a6.tar.gz crosstool-ng-a34f7e81ae93ed50a491e68d526a41e8b3a135a6.tar.bz2 crosstool-ng-a34f7e81ae93ed50a491e68d526a41e8b3a135a6.zip |
Only select GDB version if GDB is enabled
... which fixes a bogus warning when configuration without GDB is
loaded.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/arch')
-rw-r--r-- | config/arch/riscv.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/arch/riscv.in b/config/arch/riscv.in index 86676f31..f4b3eeb7 100644 --- a/config/arch/riscv.in +++ b/config/arch/riscv.in @@ -12,7 +12,7 @@ ## 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 +## select GDB_REQUIRE_8_0_or_later if DEBUG_GDB ## help The RISC-V architecture, as defined by: ## help http://www.riscv.org/ |