aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/patches
Commit message (Collapse)AuthorAgeFilesLines
* eglibc: add version 2.15Felix Fietkau2012-06-074-0/+160
| | | | SVN-Revision: 32101
* remove patch '100-do-not-use-implicit-rules.patch' for eglibc 2.12Mirko Vogt2012-04-181-16/+0
| | | | | | Mentioned patch got obsoleted by commit 31300, since it went upstream meanwhile SVN-Revision: 31341
* eglibc 2.14 needs our eglibc patchset as wellMirko Vogt2012-01-213-0/+114
| | | | SVN-Revision: 29842
* eglibc: remove old versionsFelix Fietkau2011-07-029-212/+0
| | | | SVN-Revision: 27360
* eglibc: fix portability issues rpcgen and zic, fixes compile on darwinFelix Fietkau2011-07-024-0/+196
| | | | SVN-Revision: 27359
* manual/Makefile: Don't mix pattern rules with normal rules.Mirko Vogt2011-06-231-0/+16
| | | | | | | | This change got committed into the official eglibc repository in commit 11461. Thanks to Philip Prindeville for pointing this out. SVN-Revision: 27264
* patch: add /usr/lib to default search path of dynamic linkerMirko Vogt2011-06-182-0/+32
| | | | SVN-Revision: 27216
* eglibc: update svn revisionsNicolas Thill2009-09-261-0/+14
| | | | SVN-Revision: 17744
* eglibc: replace the use of stpncpy with strncpy + manual termination ↵Felix Fietkau2009-01-261-0/+14
| | | | | | (stpncpy is not available on darwin) SVN-Revision: 14212
* port the eglibc cross compiling fix to version 2.9Felix Fietkau2009-01-261-0/+57
| | | | SVN-Revision: 14211
* fix eglibc 2.8 cross-compile under darwin / mac os xFelix Fietkau2009-01-261-0/+57
| | | | SVN-Revision: 14209
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-086-0/+70
(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