aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix regressions after binutils 2.29Alexey Neyman2017-08-2511-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>
* | | | Merge pull request #810 from stilor/fix-patching-portsAlexey Neyman2017-08-24279-656/+1341
|\| | | | | | | | | | | Fix patching ports
| * | | Allow loops to skip entries if certain variable is keptAlexey Neyman2017-08-242-11/+41
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Add "postprocessing" to substituted variablesAlexey Neyman2017-08-245-96/+111
| | | | | | | | | | | | | | | | | | | | | | | | ... and reduce the number of variables defined explicitly. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Remove .zip from listed extensions for zlibAlexey Neyman2017-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | They mangle the basename into "zlib1211.zip". Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | MPC: older releases are only on master siteAlexey Neyman2017-08-2416-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | Also, Linux stopped making .bz2 tarballs on recent 3.x branches. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Remove sourceware from glibc mirrorsAlexey Neyman2017-08-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | It only hosts releases up to 2.11. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Skip ftp:// URLs, wget cannot verify themAlexey Neyman2017-08-232-1/+11
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Upgrade binutilsAlexey Neyman2017-08-2321-42/+612
| | | | | | | | | | | | | | | | | | | | | | | | Bump 2.28 -> 2.28.1; add 2.29. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Implement a script for checking packagesAlexey Neyman2017-08-23237-503/+569
|/ / / | | | | | | | | | | | | | | | Then use this script to check that all packages can be extracted and patched. Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #809 from stilor/refix-ppc64leAlexey Neyman2017-08-223-193/+25
|\ \ \ | | | | | | | | Refix ppc64le
| * | | Fix PPC64LE by supplying --with-glibc-versionAlexey Neyman2017-08-222-0/+25
| | | | | | | | | | | | | | | | 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>
* | | Merge pull request #804 from stilor/detect-config-changeAlexey Neyman2017-08-217-54/+89
|\ \ \ | | | | | | | | Various environment-related fixes
| * | | Update TODOAlexey Neyman2017-08-211-5/+9
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Save export status for environment varsAlexey Neyman2017-08-216-38/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... and limit our modifications to our variables. Fixes #762. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Reject set-but-empty environment variablesAlexey Neyman2017-08-211-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... which also lead to cryptic failures. Fixed #743. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Check for config file changes when restartingAlexey Neyman2017-08-212-1/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | Also, save/restore per-target source directory. Fixes #800. Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #807 from stilor/upgrade-regressionsAlexey Neyman2017-08-212-0/+193
|\ \ \ | | | | | | | | Regressions after upgrades
| * | | 3.2.x most recent patchlevel is 91, not 93Alexey Neyman2017-08-211-0/+0
| | | | | | | | | | | | | | | | 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>
* | | Merge pull request #803 from stilor/upgradesAlexey Neyman2017-08-19325-14208/+198
|\ \ \ | | | | | | | | Various package upgrades
| * | | Use per-package list of formats to determine downloadsAlexey Neyman2017-08-193-77/+59
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #789 Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Require bash4 to run bootstrapAlexey Neyman2017-08-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #797 (or, at least makes it fail gracefully with an advice) Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Record tarball formatsAlexey Neyman2017-08-18113-4/+117
| | | | | | | | | | | | | | | | | | | | | | | | Also, missed upgrades of gmp, isl, mingw-w64 Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Trim old versionsAlexey Neyman2017-08-18172-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>
| * | | uClibc-ng: add 1.0.26Alexey Neyman2017-08-171-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | strace: add 4.17 and 4.18Alexey Neyman2017-08-172-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Newlib: bump 2.5.0 patchlevel to 20170720Alexey Neyman2017-08-173-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Linux updatesAlexey Neyman2017-08-179-0/+0
| | | | | | | | | | | | | | | | 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>
| * | | GCC: 7.1 -> 7.2Alexey Neyman2017-08-1723-87/+0
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Expat: 2.2.1 -> 2.2.3Alexey Neyman2017-08-171-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Automake: 1.15 -> 1.15.1Alexey Neyman2017-08-171-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Android NDK: r15b -> r15cAlexey Neyman2017-08-171-0/+0
|/ / / | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #801 from stilor/regressionsAlexey Neyman2017-08-167-5/+16
|\ \ \ | | | | | | | | Regressions
| * | | Record glibc 2.24+ dependencyAlexey Neyman2017-08-163-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... on kernel headers of 3.2 and newer. Fixes #794. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Fix version check in mingw-w64Alexey Neyman2017-08-163-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #782. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | | Fix DoLog -> DoExecLogAlexey Neyman2017-08-161-1/+1
| |/ / | | | | | | | | | | | | | | | Fixes #788. Signed-off-by: Alexey Neyman <stilor@att.net>
* | | Merge pull request #791 from KirillSmirnov/basenameAlexey Neyman2017-08-141-2/+2
|\ \ \ | |/ / |/| | scripts: remove superfluous dot
| * | scripts: remove superfluous dotKirill Smirnov2017-08-031-2/+2
|/ / | | | | | | | | | | | | Tarball extensions list already contains leading dot, do not add another one. Signed-off-by: Kirill Smirnov <kirill.k.smirnov@gmail.com>
* | Merge pull request #781 from stilor/masterAlexey Neyman2017-07-182-4/+4
|\ \ | | | | | | Pin sparc-leon to GCC6, again
| * | Pin sparc-leon to GCC6, againAlexey Neyman2017-07-182-4/+4
|/ / | | | | | | | | | | | | Also, change the name for uClibc config to be version-agnostic, the version changes too fast. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #780 from stilor/fix-linaroAlexey Neyman2017-07-1724-1/+1531
|\ \ | | | | | | Fix linaro
| * | Fix archive yymm directoryAlexey Neyman2017-07-171-0/+1
| | | | | | | | | | | | | | | | | | In case there is a "patchlevel" suffix. Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Add gcc-linaro 7.1-2017.05Alexey Neyman2017-07-1723-0/+1529
| | | | | | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * | Fix linaro downloaderAlexey Neyman2017-07-171-1/+1
|/ / | | | | | | | | | | Fixes #779. Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #778 from stilor/fix-777Alexey Neyman2017-07-162-2/+2
|\ \ | | | | | | Fix new framework for running from installed path
| * | Fix new framework for running from installed pathAlexey Neyman2017-07-162-2/+2
|/ / | | | | | | | | | | Fixes #777 Signed-off-by: Alexey Neyman <stilor@att.net>
* | Merge pull request #775 from stilor/gcc-6.4Alexey Neyman2017-07-1336-530/+0
|\ \ | | | | | | Update to GCC 6.4