summaryrefslogtreecommitdiff
path: root/recipes/klibc/klibc-1.5.inc
AgeCommit message (Collapse)AuthorFiles
2010-08-12klibc: remove old unused 1.5 and 1.5.15 recipes.Andrea Adami1
* Keep 1.5.18 which builds vs. 2.6.2x and 2.6.3x kernels. * Reintroduce do_stage (hard to die!). * WIP in order to get finally rid of legacy staging * For the moment, refactor the recipe and bump PR.
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>