summaryrefslogtreecommitdiff
path: root/toolchain/eglibc/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: get rid of eglibc version kconfig symbol overloadingFelix Fietkau2013-04-181-7/+7
| | | | SVN-Revision: 36358
* build: consistently use 'depends on' instead of 'depends'Felix Fietkau2013-04-171-3/+3
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36351
* toolchain/eglibc: add support for 2.17Florian Fainelli2013-02-071-0/+5
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35515
* eglibc: update to r21110Florian Fainelli2012-10-311-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34036
* eglibc: do not prompt for the revision, it is supposed to be changed by ↵Felix Fietkau2012-10-311-1/+0
| | | | | | | | | | developers, not users. fixes changing the eglibc version in menuconfig without resetting the config Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34029
* eglibc: remove versions 2.12-2.14Felix Fietkau2012-10-311-10/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34028
* eglibc: remove duplicate line introduced in r33738Florian Fainelli2012-10-121-1/+0
| | | | SVN-Revision: 33740
* add support for eglibc 2.16Florian Fainelli2012-10-121-0/+6
| | | | SVN-Revision: 33738
* eglibc: use 2.15 by defaultFelix Fietkau2012-06-071-1/+1
| | | | SVN-Revision: 32104
* eglibc: add version 2.15Felix Fietkau2012-06-071-0/+5
| | | | SVN-Revision: 32101
* drop support for eglibc version trunk/HEADMirko Vogt2012-04-281-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* drop eglibc version 2.12Mirko Vogt2012-04-281-5/+0
| | | | SVN-Revision: 31500
* when choosing eglibc select eglibc version 2.13 by defaultMirko Vogt2012-04-181-2/+2
| | | | SVN-Revision: 31342
* level up eglibc versions to latest revisions of its respective branchesMirko Vogt2012-04-161-3/+3
| | | | | | in particular this solves the issue that eglibc version 2.x produced so-files having the version string 2.(x-1) in its names which confused the toolchain SVN-Revision: 31300
* eglibc: add support for 2.14Florian Fainelli2011-07-071-0/+5
| | | | SVN-Revision: 27510
* eglibc: remove old versionsFelix Fietkau2011-07-021-25/+0
| | | | SVN-Revision: 27360
* add support for eglibc version 2.13Mirko Vogt2011-06-181-0/+5
| | | | SVN-Revision: 27215
* when selecting eglibc, use version 2.12 by defaultMirko Vogt2011-06-181-1/+1
| | | | SVN-Revision: 27213
* cleanup toolchain version handlingImre Kaloz2011-01-271-2/+2
| | | | SVN-Revision: 25148
* toolchain/eglibc: add preliminary support for eglibc-2.12Nicolas Thill2010-05-281-0/+5
| | | | SVN-Revision: 21611
* toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11Nicolas Thill2010-05-281-4/+3
| | | | SVN-Revision: 21610
* toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.xNicolas Thill2010-05-281-1/+1
| | | | SVN-Revision: 21601
* eglibc: add support for v2.11Nicolas Thill2009-11-241-0/+5
| | | | 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-6/+6
| | | | | | strings SVN-Revision: 18474
* eglibc: add support for 2.10 branchNicolas Thill2009-09-261-0/+4
| | | | SVN-Revision: 17748
* eglibc: update svn revisionsNicolas Thill2009-09-261-3/+3
| | | | SVN-Revision: 17744
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-0/+40
(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