summaryrefslogtreecommitdiff
path: root/recipes/klibc/klibc-1.5.18
AgeCommit message (Collapse)AuthorFiles
2010-07-01klibc_1.5.18: Fix the build for x86 on newer kernels.Khem Raj1
* We were setting KLIBCARCH to match kernel arch while this let klibc build, it did not configure in right syscalls because klibc still use 'i386' the patch tells klibc to look for right places in kernel tree based on arch and we can stop synthesizing KLIBCARCH to be same as kernel arch. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-31klibc: major clean out of intermediate recipes.Andrea Adami2
* keep klibc_1.5 (first prototype) * keep up-to-date klibc_1.5.18 patched to compile with 2.6.2x and 2.6.3x * runtime tested on armv5te
2010-05-31klibc: add some patches to 1.5.18 and make it build vs. old kernels.Andrea Adami2
* increase default preference, tested on arm
2010-05-03klibc: add 1.5.18Martin Jansa4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>