summaryrefslogtreecommitdiffstats
path: root/toolchain/glibc/Config.version
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/glibc: remove obsolete versionsFelix Fietkau2016-02-251-13/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48780
* toolchain: use latest glibc 2.21 and 2.22 revisionsJo-Philipp Wich2016-02-171-6/+0
| | | | | | | | | Refresh patches and rework Makefile to fetch glibc from release branches instead of relying on tarballs. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48735
* glibc: switch to downloading version 2.22 via tarball instead of git to ↵Felix Fietkau2016-01-291-1/+0
| | | | | | | | improve mirror support Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48556
* glibc: switch to version 2.22 by defaultFelix Fietkau2016-01-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48555
* toolchain: Add glibc 2.22Felix Fietkau2016-01-191-0/+5
| | | | | | Signed-off-by: Michael Marley <michael@michaelmarley.com> SVN-Revision: 48383
* toolchain: fix eglibc build when TOOLCHAINOPTS is not setJohn Crispin2015-03-261-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45015
* toolchain/glibc: remove broken eglibc 2.15 supportFelix Fietkau2015-03-251-5/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44976
* toolchain: The glorious return of glibc, ver 2.21John Crispin2015-03-121-0/+27
| | | | | | | | | | | It's the eglibc packaging with a bit of spit-polishing. And testing. :-) [blogic: merged glibc and eglibc into 1 and made eglibc a glibc variant] Signed-off-by: Jeff Waugh <jdub@bethesignal.org> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44701
* purge support for glibc - use eglibc instead!Mirko Vogt2012-04-281-11/+0
| | | | | | for reference: http://www.mail-archive.com/openwrt-devel@lists.openwrt.org/msg13425.html SVN-Revision: 31503
* glibc: remove all previous (ancient) versions, add 2.14 (partially based on ↵Felix Fietkau2012-02-121-9/+3
| | | | | | a patch and testing by WillieNL) SVN-Revision: 30478
* add support for glibc-2.4 (#5213)Florian Fainelli2009-05-261-0/+2
| | | | SVN-Revision: 16089
* add a modified version of the mips64 patch from #4603Felix Fietkau2009-04-181-3/+3
| | | | SVN-Revision: 15249
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-0/+15
(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