diff options
| author | Chris Packham <judge.packham@gmail.com> | 2025-01-31 08:36:42 +1300 |
|---|---|---|
| committer | Chris Packham <judge.packham@gmail.com> | 2025-02-01 09:05:06 +1300 |
| commit | 87605d659376fa9ed791e20c19c78521bb5c1a2c (patch) | |
| tree | 65711539359959d36da36325b19d2ab70903d31c /config | |
| parent | f395eb4e9fb2d4843ba5ac6a44c33a94c53f5373 (diff) | |
| download | crosstool-ng-87605d659376fa9ed791e20c19c78521bb5c1a2c.tar.gz crosstool-ng-87605d659376fa9ed791e20c19c78521bb5c1a2c.tar.bz2 crosstool-ng-87605d659376fa9ed791e20c19c78521bb5c1a2c.zip | |
glibc: Add 2.41
https://sourceware.org/pipermail/libc-announce/2025/000045.html
Support for nios2*-*-linux-gnu has been removed in this version so the
nios2 architecture now requires and older glibc.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config')
| -rw-r--r-- | config/arch/nios2.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/arch/nios2.in b/config/arch/nios2.in index c773860c..5d592db0 100644 --- a/config/arch/nios2.in +++ b/config/arch/nios2.in @@ -9,6 +9,7 @@ ## select ARCH_SUPPORTS_FLAT_FORMAT ## select GCC_REQUIRE_older_than_15 ## select GDB_REQUIRE_older_than_16 +## select GLIBC_REQUIRE_older_than_2_41 ## ## help The NIOS2 architecture, as defined by: ## help http://www.altera.com |
