Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-08-12 | klibc: remove old unused 1.5 and 1.5.15 recipes. | Andrea Adami | 1 | |
* 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-01 | klibc_1.5.18: Fix the build for x86 on newer kernels. | Khem Raj | 1 | |
* 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> |