summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-28Apply ucontext patch to mainstream GCC releasesAlexey Neyman8-3/+763
Not applicable to 4.8, as GLIBC2.26 requires 4.9 or newer. Record that dependency. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-27Fix Linaro GCC build with glibc 2.26Nathan Chancellor3-0/+579
These were added by GCC in July but these branches are from May. I suspect that they will be added to at least the 6.x and 7.x branches but 5.x is EOL from Linaro it seems (as the base GCC version hasn't been updated in a year and a half). For right now, these are needed. This was testing on an arm64 build but the patches have fixes for all supported architectures. Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
2017-08-27Merge pull request #816 from stilor/fix-mingwAlexey Neyman14-0/+470
patches/mingw-w64: Fix build with gcc7
2017-08-27patches/mingw-w64: Fix build with gcc7Kirill Smirnov14-0/+470
Modified by Alexey Neyman: remove obsoleted v5.0.1, propagate the patches to older versions. Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com> Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Merge pull request #814 from stilor/issue-802Alexey Neyman61-4079/+3449
Issue 802
2017-08-26Make --enable-obsolete-rpc an option in ct-ngAlexey Neyman3-3/+20
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Backport --enable-obsolete-rpc from 2.16Alexey Neyman2-0/+3320
Fixes #802. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Missed glibc 2.14 when obsoleting releasesAlexey Neyman52-4006/+0
Superseded on the branch by 2.14.1. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Fix glibc-ports with the new frameworkAlexey Neyman5-70/+109
While here, also consider patched by anything other than "bundled patches" as per-target sources. Add scary warnings in case of a failure. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-26Merge pull request #813 from stilor/binutils-2.29-regressionsAlexey Neyman11-0/+414
Fix regressions after binutils 2.29
2017-08-25Fix regressions after binutils 2.29Alexey Neyman11-0/+414
Binutils 2.29 are more picky about versioning of common symbols. Fix two offenders in glibc versions as applicable. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Merge pull request #810 from stilor/fix-patching-portsAlexey Neyman279-656/+1341
Fix patching ports
2017-08-24Allow loops to skip entries if certain variable is keptAlexey Neyman2-11/+41
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Add "postprocessing" to substituted variablesAlexey Neyman5-96/+111
... and reduce the number of variables defined explicitly. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Remove .zip from listed extensions for zlibAlexey Neyman1-1/+1
They mangle the basename into "zlib1211.zip". Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24MPC: older releases are only on master siteAlexey Neyman16-12/+6
Also, Linux stopped making .bz2 tarballs on recent 3.x branches. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Remove sourceware from glibc mirrorsAlexey Neyman2-2/+2
It only hosts releases up to 2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Skip ftp:// URLs, wget cannot verify themAlexey Neyman2-1/+11
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-24Upgrade binutilsAlexey Neyman21-42/+612
Bump 2.28 -> 2.28.1; add 2.29. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-23Implement a script for checking packagesAlexey Neyman237-503/+569
Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-23Merge pull request #809 from stilor/refix-ppc64leAlexey Neyman3-193/+25
Refix ppc64le
2017-08-22Fix PPC64LE by supplying --with-glibc-versionAlexey Neyman2-0/+25
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-22Remove the glibc patch for -mfloat128Alexey Neyman1-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>
2017-08-21Merge pull request #804 from stilor/detect-config-changeAlexey Neyman7-54/+89
Various environment-related fixes
2017-08-21Update TODOAlexey Neyman1-5/+9
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Save export status for environment varsAlexey Neyman6-38/+62
... and limit our modifications to our variables. Fixes #762. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Reject set-but-empty environment variablesAlexey Neyman1-11/+11
... which also lead to cryptic failures. Fixed #743. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Check for config file changes when restartingAlexey Neyman2-1/+8
Also, save/restore per-target source directory. Fixes #800. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Merge pull request #807 from stilor/upgrade-regressionsAlexey Neyman2-0/+193
Regressions after upgrades
2017-08-213.2.x most recent patchlevel is 91, not 93Alexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-21Check if -mfloat128-type needs to be suppliedAlexey Neyman1-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>
2017-08-19Merge pull request #803 from stilor/upgradesAlexey Neyman325-14208/+198
Various package upgrades
2017-08-19Use per-package list of formats to determine downloadsAlexey Neyman3-77/+59
Fixes #789 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-19Require bash4 to run bootstrapAlexey Neyman1-0/+6
Fixes #797 (or, at least makes it fail gracefully with an advice) Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-19Record tarball formatsAlexey Neyman113-4/+117
Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18Trim old versionsAlexey Neyman172-14039/+0
Policy: - Only latest patchlevel for each branch release Exception: CLooG - ISL has dependencies on specific CLooG releases within a single branch - Where there are no patchlevel releases (uClibc, musl) - just retain two most recent releases Also, missed automake update: 1.14 -> 1.14.1 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18uClibc-ng: add 1.0.26Alexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18strace: add 4.17 and 4.18Alexey Neyman2-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18Newlib: bump 2.5.0 patchlevel to 20170720Alexey Neyman3-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18Linux updatesAlexey Neyman9-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18Add glibc 2.26Alexey Neyman2-0/+15
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-18GCC: 7.1 -> 7.2Alexey Neyman23-87/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-17Expat: 2.2.1 -> 2.2.3Alexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-17Automake: 1.15 -> 1.15.1Alexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-17Android NDK: r15b -> r15cAlexey Neyman1-0/+0
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-17Merge pull request #801 from stilor/regressionsAlexey Neyman7-5/+16
Regressions
2017-08-16Record glibc 2.24+ dependencyAlexey Neyman3-1/+7
... on kernel headers of 3.2 and newer. Fixes #794. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-16Fix version check in mingw-w64Alexey Neyman3-3/+8
Fixes #782. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-16Fix DoLog -> DoExecLogAlexey Neyman1-1/+1
Fixes #788. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-08-14Merge pull request #791 from KirillSmirnov/basenameAlexey Neyman1-2/+2
scripts: remove superfluous dot