diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-10 13:21:24 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-04-10 13:21:24 -0700 |
commit | 0472602b51f5baf5906c70d5a430233b0e8379f9 (patch) | |
tree | 844f61293a8193d505ffd583c78e27b23b94d48c | |
parent | 51f1db5c0aed562caf6d195ee5d3666ee33cc0ad (diff) | |
download | crosstool-ng-0472602b51f5baf5906c70d5a430233b0e8379f9.tar.gz crosstool-ng-0472602b51f5baf5906c70d5a430233b0e8379f9.tar.bz2 crosstool-ng-0472602b51f5baf5906c70d5a430233b0e8379f9.zip |
Require 2.29 if building glibc for RISC-V64
Signed-off-by: Alexey Neyman <stilor@att.net>
-rw-r--r-- | config/arch/riscv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arch/riscv.in b/config/arch/riscv.in index f4b3eeb7..6b98520c 100644 --- a/config/arch/riscv.in +++ b/config/arch/riscv.in @@ -13,6 +13,7 @@ ## select GCC_REQUIRE_7_or_later ## select BINUTILS_REQUIRE_2_28_or_later ## select GDB_REQUIRE_8_0_or_later if DEBUG_GDB +## select GLIBC_REQUIRE_2_29_or_later if LIBC_GLIBC ## help The RISC-V architecture, as defined by: ## help http://www.riscv.org/ |