Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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> |