summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.version
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: uClibc: Bump to the most recent version 1.0.14Alexey Brodkin2016-05-271-1/+1
| | | | | | This change updates uClibc version to the most recent 1.0.14 release. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* uClibc-ng: update to 1.0.9Felix Fietkau2015-12-031-1/+1
| | | | | | | | Update to 1.0.9, switch to XZ tarball. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> SVN-Revision: 47715
* uclibc: remove version 0.9.33Felix Fietkau2015-11-021-7/+3
| | | | | | | | Latest uClibc-ng is now the only supported option Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47357
* uclibc-ng: bump version from 1.0.6 to 1.0.8Felix Fietkau2015-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | 2 new architectures were added in between 1.0.6 and 1.0.8 in uClibc-ng, these are: * lm32 * or1k Even thought both are not yet supported in OpenWRT it's important to disable them both in default config file otherwise user prompt will appear during uClibc configuration asking to select desired architecture. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Waldemar Brodkorb <wbx@uclibc-ng.org> Cc: Mathieu Olivari <mathieu@codeaurora.org> Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> SVN-Revision: 47356
* toolchain/uClibc: add support of uClibc-ngFelix Fietkau2015-10-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uClibc-ng is a spin-off of original uClibc, see http://www.uclibc-ng.org/ We try to regularly add changes from uClibc to uClibc-ng. We even sent patches and bug reports to the uClibc mailing list. The config file is compatible between uClibc-ng 1.0 and uClibc git master. This might change in the future. Our main goal is to provide regularly a stable and tested release to make embedded system developers happy. The main advantage of uClibc-ng over olde good uClibc is regular releases so there's no need to keep tons of patches on top of years old 0.9.33.2 Build-tested for [1] ARM: Sunxi generic [2] MIPS: Netgear WNDR3600/3700/3800 Run-tested for [yet out of the tree] Synopsys Designware ARC AXS101. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Waldemar Brodkorb <wbx@uclibc-ng.org> Cc: Mathieu Olivari <mathieu@codeaurora.org> Cc: Felix Fietkau <nbd@openwrt.org> Cc: John Crispin <blogic@openwrt.org> SVN-Revision: 47077
* toolchain: get rid of uclibc version kconfig symbol overloadingFelix Fietkau2013-04-181-7/+3
| | | | SVN-Revision: 36356
* uClibc: update to 0.9.33.2, fixes #4420Felix Fietkau2012-05-151-2/+2
| | | | SVN-Revision: 31740
* uClibc: remove 0.9.32, it is no longer necessaryFelix Fietkau2012-05-151-1/+0
| | | | SVN-Revision: 31739
* use uClibc 0.9.33 by defaultImre Kaloz2012-02-121-2/+2
| | | | SVN-Revision: 30468
* add 0.9.33Imre Kaloz2012-02-081-0/+1
| | | | SVN-Revision: 30374
* toolchain/uClibc: Make sure there's always a UCLIBC_VERSION_*Jonas Gorski2011-08-021-0/+8
| | | | | | | UCLIBC_VERSION_* was only defined when toolchain options was enabled, breaking packages depending on (not) having certain uClibc versions. SVN-Revision: 27882
* uClibc: remove 0.9.30, 0.9.31Felix Fietkau2011-02-151-2/+0
| | | | SVN-Revision: 25542
* uClibc: make 0.9.32-git default, it fixes lots of bugs compared to earlier ↵Felix Fietkau2011-01-281-1/+1
| | | | | | versions (especially threading issues), and the known regressions have been fixed SVN-Revision: 25187
* switch to uClibc 0.9.31Imre Kaloz2010-11-021-1/+1
| | | | SVN-Revision: 23781
* remove support for uClibc 0.9.30.2 and 0.9.30.3Imre Kaloz2010-11-021-2/+0
| | | | SVN-Revision: 23779
* add support for uClibc version 0.9.32 based on git rev ↵Mirko Vogt2010-06-201-1/+1
| | | | | | a7642511b08b0b8a4012bab67cb8aa554992df6b, this includes support for nptl which got merged into the uClibc master branch recently SVN-Revision: 21856
* toolchain/uClibc: add preliminary support for 0.9.31 (needs testing)Nicolas Thill2010-04-151-0/+1
| | | | SVN-Revision: 20873
* add support for uClibc 0.9.30.3Florian Fainelli2010-03-131-0/+1
| | | | SVN-Revision: 20181
* add support for uClibc 0.9.30.2Florian Fainelli2010-01-141-0/+1
| | | | SVN-Revision: 19125
* remove support for uclibc 0.9.29Felix Fietkau2009-10-191-1/+0
| | | | SVN-Revision: 18078
* make uclibc 0.9.30.1 the defaultImre Kaloz2009-05-251-3/+2
| | | | SVN-Revision: 16047
* building uml on x86_64 w/ uClibc 0.9.29 is currently broken, select 0.9.30.1 ↵Florian Fainelli2009-04-271-1/+1
| | | | | | which is working SVN-Revision: 15450
* uClibc cleanup: - use full version string (0.9.30.1), instead of base ↵Nicolas Thill2009-04-241-4/+3
| | | | | | (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) SVN-Revision: 15368
* add support for uClibc v0.9.30 (closes: #4271), thanks to Luigi Mantellini & ↵Nicolas Thill2009-01-211-0/+1
| | | | | | Puchu! SVN-Revision: 14130
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-1/+1
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* fix uClibc legacy versionFelix Fietkau2008-07-291-1/+1
| | | | SVN-Revision: 11993
* fix uclibc version selectionJohn Crispin2008-05-031-1/+1
| | | | SVN-Revision: 11024
* oops, missing fileRalph Hempel2008-01-271-0/+8
SVN-Revision: 10283