summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.version
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: make the default eglibc selection work even if TOOLCHAINOPTS is ↵John Crispin2014-06-191-0/+11
| | | | | | | | | | not enabled default config build fail on octeon without this. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41273
* eglibc: use version 2.19 by default (lots of fixes, some security related)Felix Fietkau2014-02-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39744
* eglibc: remove versions 2.16 and 2.17 - they are unmaintainedFelix Fietkau2014-02-241-8/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39743
* eglibc: add version 2.19Felix Fietkau2014-02-241-0/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39742
* toolchain: get rid of eglibc version kconfig symbol overloadingFelix Fietkau2013-04-181-2/+14
| | | | SVN-Revision: 36358
* toolchain/eglibc: add support for 2.17Florian Fainelli2013-02-071-0/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35515
* eglibc: remove versions 2.12-2.14Felix Fietkau2012-10-311-3/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34028
* add support for eglibc 2.16Florian Fainelli2012-10-121-0/+1
| | | | SVN-Revision: 33738
* eglibc: add version 2.15Felix Fietkau2012-06-071-0/+1
| | | | SVN-Revision: 32101
* drop support for eglibc version trunk/HEADMirko Vogt2012-04-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | When selecting a specific eglibc version, it comes with a specific SVN revision that should not be modified as it (more or less) correspond to a tagged release. This patch disable the possibility to select a specific SVN revision on known eglib versions. This patch also disables the possibility to select the trunk branch of eglibc. There are multiple reasons for that: * trunk/HEAD may not even compile * the OpenWrt built system makes using trunk/HEAD a difficult thing, as OpenWRT fetches the source tree and store it in a compressed tar archive. Subsequent build get the source from the tar archive - not from SVN, making the use of trunk/HEAD largelly innefective. * we cannot know the corresponding version of trunk/HEAD, meaning that we'll face compiling issues when we'll try to copy the libc files - unless the build system is fixed with this specific issue in mind. Signed-off-by: Emmanuel Deloget <logout@free.fr> SVN-Revision: 31502
* set version string of eglibc version 2.14 to 2.14.1Mirko Vogt2012-04-281-1/+1
| | | | | | | | | | | | | | | | | | | eglibc version number depends on the branch and on the maintenance release (i.e. the SVN revision). Changing the revision may change the maintenance version. This patch correlate the SVN revision to the correct version number - without this change eglibc 2.14 provoke build errors when building the base-files package (example, for 2.14): $ make package/base-files/compile V=1 make[1] package/base-files/compile make[2] -C package/opkg host-compile make[2] -C package/base-files-network compile make[2] -C package/base-files compile cp: cannot stat `/home/me/openwrt/trunk/staging_dir/toolchain-arm_v7-a_gcc-4.6-linaro_eglibc-trunk_eabi/lib/ld-2.14.so': No such file or directory Signed-off-by: Emmanuel Deloget <logout@free.fr> SVN-Revision: 31501
* drop eglibc version 2.12Mirko Vogt2012-04-281-1/+0
| | | | SVN-Revision: 31500
* eglibc: add support for 2.14Florian Fainelli2011-07-071-0/+1
| | | | SVN-Revision: 27510
* eglibc: remove old versionsFelix Fietkau2011-07-021-6/+0
| | | | SVN-Revision: 27360
* add support for eglibc version 2.13Mirko Vogt2011-06-181-0/+1
| | | | SVN-Revision: 27215
* toolchain/eglibc: add preliminary support for eglibc-2.12Nicolas Thill2010-05-281-0/+1
| | | | SVN-Revision: 21611
* toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11Nicolas Thill2010-05-281-1/+1
| | | | SVN-Revision: 21610
* eglibc: add support for v2.11Nicolas Thill2009-11-241-0/+1
| | | | SVN-Revision: 18522
* eglibc: update v2.10 to rev. 9289Nicolas Thill2009-11-241-1/+1
| | | | SVN-Revision: 18518
* eglibc: don't use minor version numbers in config symbols, only in version ↵Nicolas Thill2009-11-221-10/+2
| | | | | | strings SVN-Revision: 18474
* eglibc: add support for 2.10 branchNicolas Thill2009-09-261-0/+8
| | | | SVN-Revision: 17748
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-0/+9
(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