diff options
author | Alexey Neyman <stilor@att.net> | 2019-04-10 13:31:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 13:31:59 -0700 |
commit | b2151f1dba2b20c310adfe7198e461ec4469172b (patch) | |
tree | 05c80fcd5c80c3efb73cbc027461b6cc17fe80d8 /config/arch/riscv.in | |
parent | 51f1db5c0aed562caf6d195ee5d3666ee33cc0ad (diff) | |
parent | a90046a056e4bf43114d0fed8f1f909baa6ce054 (diff) | |
download | crosstool-ng-33048e6664b1f2254c132e74c4240198a8e3d58c.tar.gz crosstool-ng-33048e6664b1f2254c132e74c4240198a8e3d58c.tar.bz2 crosstool-ng-33048e6664b1f2254c132e74c4240198a8e3d58c.zip |
Merge pull request #1182 from stilor/mastercrosstool-ng-1.24.0
Last fixes for 1.24
Diffstat (limited to 'config/arch/riscv.in')
-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/ |