aboutsummaryrefslogtreecommitdiff
path: root/packages/glibc/2.26
Commit message (Collapse)AuthorAgeFilesLines
* glibc: Add fix for GNU make 4.4 compatibility to more versionsChris Packham2023-01-091-0/+105
| | | | | | | | Backport the upstream fix for GNU make 4.4 compatibility to more versions of glibc. Fixes #1878 Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Second batch of backported fixesAlexey Neyman2018-05-123-0/+152
| | | | | | getlogin/getlogin_r, zic Signed-off-by: Alexey Neyman <stilor@att.net>
* First batch of fixesAlexey Neyman2018-05-121-0/+29
| | | | | | | | - Incompatible function type for ifunc alias - Multiple statements macro expansion in strftime - if_nametoindex size checking Signed-off-by: Alexey Neyman <stilor@att.net>
* More fixes after the upgrades:Alexey Neyman2018-01-301-0/+75
| | | | | | | | | | | - GLIBC requires a fix to work with binutils 2.30 on aarch64. This fix relies on binutils 2.24 or newer, which is okay for glibc 2.26 since it needs 2.25 or newer anyway. But older glibc versions are now pinned to binutils 2.29 or older on aarch64. - xtensa needs patches in libgcc with gcc 7.3. - comment in newlib's patch to indicate it is a reversal of a commit. Signed-off-by: Alexey Neyman <stilor@att.net>
* Run all patches through renumbering and updateAlexey Neyman2017-12-021-5/+7
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Add digests for all packagesAlexey Neyman2017-09-291-0/+12
| | | | | | | Also fix test-packages: it was saving the output from CT_DoLog into the checksum file. Also use one file per version. Signed-off-by: Alexey Neyman <stilor@att.net>
* Remove the glibc patch for -mfloat128Alexey Neyman2017-08-221-193/+0
| | | | | | | ... per discussion on libc-alpha, need to pass --with-glibc-version= instead to GCC configure. Signed-off-by: Alexey Neyman <stilor@att.net>
* Check if -mfloat128-type needs to be suppliedAlexey Neyman2017-08-211-0/+193
| | | | | | | ... in addition to -mfloat128 that glibc 2.26 adds. GCC7 needs both, GCC6 does not and chokes on unknown option. Signed-off-by: Alexey Neyman <stilor@att.net>
* Add glibc 2.26Alexey Neyman2017-08-172-0/+15
Signed-off-by: Alexey Neyman <stilor@att.net>