Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | eglibc: remove duplicate line introduced in r33738 | Florian Fainelli | 2012-10-12 | 1 | -1/+0 |
| | | | | SVN-Revision: 33740 | ||||
* | add support for eglibc 2.16 | Florian Fainelli | 2012-10-12 | 1 | -0/+6 |
| | | | | SVN-Revision: 33738 | ||||
* | eglibc: use 2.15 by default | Felix Fietkau | 2012-06-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 32104 | ||||
* | eglibc: add version 2.15 | Felix Fietkau | 2012-06-07 | 1 | -0/+5 |
| | | | | SVN-Revision: 32101 | ||||
* | drop support for eglibc version trunk/HEAD | Mirko Vogt | 2012-04-28 | 1 | -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.12 | Mirko Vogt | 2012-04-28 | 1 | -5/+0 |
| | | | | SVN-Revision: 31500 | ||||
* | when choosing eglibc select eglibc version 2.13 by default | Mirko Vogt | 2012-04-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 31342 | ||||
* | level up eglibc versions to latest revisions of its respective branches | Mirko Vogt | 2012-04-16 | 1 | -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.14 | Florian Fainelli | 2011-07-07 | 1 | -0/+5 |
| | | | | SVN-Revision: 27510 | ||||
* | eglibc: remove old versions | Felix Fietkau | 2011-07-02 | 1 | -25/+0 |
| | | | | SVN-Revision: 27360 | ||||
* | add support for eglibc version 2.13 | Mirko Vogt | 2011-06-18 | 1 | -0/+5 |
| | | | | SVN-Revision: 27215 | ||||
* | when selecting eglibc, use version 2.12 by default | Mirko Vogt | 2011-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 27213 | ||||
* | cleanup toolchain version handling | Imre Kaloz | 2011-01-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 25148 | ||||
* | toolchain/eglibc: add preliminary support for eglibc-2.12 | Nicolas Thill | 2010-05-28 | 1 | -0/+5 |
| | | | | SVN-Revision: 21611 | ||||
* | toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11 | Nicolas Thill | 2010-05-28 | 1 | -4/+3 |
| | | | | SVN-Revision: 21610 | ||||
* | toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.x | Nicolas Thill | 2010-05-28 | 1 | -1/+1 |
| | | | | SVN-Revision: 21601 | ||||
* | eglibc: add support for v2.11 | Nicolas Thill | 2009-11-24 | 1 | -0/+5 |
| | | | | SVN-Revision: 18522 | ||||
* | eglibc: update v2.10 to rev. 9289 | Nicolas Thill | 2009-11-24 | 1 | -1/+1 |
| | | | | SVN-Revision: 18518 | ||||
* | eglibc: don't use minor version numbers in config symbols, only in version ↵ | Nicolas Thill | 2009-11-22 | 1 | -6/+6 |
| | | | | | | strings SVN-Revision: 18474 | ||||
* | eglibc: add support for 2.10 branch | Nicolas Thill | 2009-09-26 | 1 | -0/+4 |
| | | | | SVN-Revision: 17748 | ||||
* | eglibc: update svn revisions | Nicolas Thill | 2009-09-26 | 1 | -3/+3 |
| | | | | SVN-Revision: 17744 | ||||
* | add support for alternative C libraries (currently only glibc/eglibc) other ↵ | Nicolas Thill | 2009-01-08 | 1 | -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 |