aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Update to GCC 6.4Alexey Neyman2017-07-1336-530/+0
|/ | | | | | Deleted patches have been picked up upstream. Signed-off-by: Alexey Neyman <stilor@att.net>
* Merge pull request #767 from stilor/packagesAlexey Neyman2017-07-131551-6361/+4047
|\ | | | | Packages
| * Fix the test for mingw-w64Alexey Neyman2017-07-121-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix HAS_LIBMPX selectionAlexey Neyman2017-07-121-21/+12
| | | | | | | | | | | | | | | | Was previously selected by GCC_5_or_later - but now that one is an auto-generated option that does not select anything; now HAS_LIBMPX was made dependent on GCC_5_or_later, but its default was not set to y. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Typo in binutils package descriptionAlexey Neyman2017-07-101-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Resolve a few more TBDsAlexey Neyman2017-07-099-16/+13
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix xtensa overlaysAlexey Neyman2017-07-082-13/+25
| | | | | | | | | | | | They are unpacked properly, but fail during build. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Update new nios2 sampleAlexey Neyman2017-07-081-2/+2
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Separate the notions of package name/labelAlexey Neyman2017-07-087-13/+9
| | | | | | | | | | | | Also, remove resolved TBDs. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Merge elf2flt into binutils.inAlexey Neyman2017-07-082-25/+24
| | | | | | | | | | | | | | It was previously picked up as "tail options" config file, .in.2. Now we only have a single config file for each component. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Some locations were missed while renaming kconfig symbolsAlexey Neyman2017-07-086-70/+10
| | | | | | | | | | | | | | | | | | ... because there the symbols were constructer part by part. Also, remove cc.sh and source $(CT_CC).sh directly - we only build a single compiler at a time. Signed-off-by: Alexey Neyman <stilor@att.net>
| * .in.2 files no longer generatedAlexey Neyman2017-07-081-1/+1
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow packages to define "relevant" part of the versionAlexey Neyman2017-07-0845-51/+32
| | | | | | | | | | | | | | | | E.g., only include minor/major of the Linux kernel into the kconfig symbol. In the future, to be defined by all packages, but for now matches the current versioning in the packages. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix bootstrap to work with bash 4.3Alexey Neyman2017-07-081-3/+15
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Also upgrade non-generated config filesAlexey Neyman2017-07-0816-31/+31
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Kconfigize choice/menu itemsAlexey Neyman2017-07-0887-310/+338
| | | | | | | | | | | | Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow VCS versions to be patched via some unique revision IDAlexey Neyman2017-07-083-48/+40
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Switch gen-kconfig to new frameworkAlexey Neyman2017-07-0857-2356/+2055
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also: - Move companion_* to comp_* to match the kconfig symbols - Replace bootstrap with former gen-versions.sh - Fold *.in.2 into their respective first parts; this moves common options to the end - if it is undesirable, inclusion of *.in can be moved where *.in.2 used to be (but that will also move version selection after common options). - Retire addToolVersion.sh (may later replace with a more comprehensive script that tries to download the added tarballs, copy the patches and try to apply them, and create a version.desc). Signed-off-by: Alexey Neyman <stilor@att.net>
| * Remove support for pregenerated locales in uClibcAlexey Neyman2017-07-084-46/+4
| | | | | | | | | | | | | | | | | | It fails to compile with the only locale version available (030818) (on master too, with exactly the same error). uClibc-ng does not use pregenerated locales. Signed-off-by: Alexey Neyman <stilor@att.net>
| * uClibc locale "package"Alexey Neyman2017-07-087-49/+64
| | | | | | | | | | | | Does not build, though. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Allow for custom archive namesAlexey Neyman2017-07-088-16/+41
| | | | | | | | | | | | ... and directories therein. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fixes for buildingAlexey Neyman2017-07-0818-30/+41
| | | | | | | | | | | | | | | | | | - Need GDB8.0 milestone - Make uClibc "master" package - Rename bionic -> android-ndk to match the package name and support suffixes for archives Signed-off-by: Alexey Neyman <stilor@att.net>
| * Encode GCC/ISL/CLooG requirementsAlexey Neyman2017-07-086-16/+36
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix printing the branch used in GitAlexey Neyman2017-07-089-4/+36
| | | | | | | | | | | | | | ... and prefer exact specified name, if it exists. More bootstrap script specifications for packages. Signed-off-by: Alexey Neyman <stilor@att.net>
| * Sync Linux versions with masterAlexey Neyman2017-07-089-0/+0
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>
| * Fix downloading released tarballsAlexey Neyman2017-07-081-2/+2
| | | | | | | | Signed-off-by: Alexey Neyman <stilor@att.net>