search for: kbuildtifying

Displaying 3 results from an estimated 3 matches for "kbuildtifying".

2005 Aug 07
0
kbuildtifying klibc
Hi all. I now consider my journey to kbuildtify klibc as completed. All parts of klibc does now use kbuild (expect syslinux on purpose). So now it's time for you to fetch the git tree and try playing with the new build machinery. I have requested, and I still miss some inputs. If someone could explain me the exact ruleset of when we want to use strip that would be helpfull. For now we almost
2005 Jul 31
5
Shared versus static linked executables - and strip
I'm still pondering with kbuild and klibc. Next in line was to get ipconfig support in the kernel (build wise). A little challenge that is bigger than anticipated was to create a shared executable. This required a far bigger rewrite of Kbuild.klibc than originally planned. The good part is that I now managed to treat linking of objects with single and multiple .o files almost the same.
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others. Here are three patches that does the following: #1 - Update kbuild part of klibc so make clean works Adds gzip including a sample kbuild file #2 - Factor out definition of usr/ to two variables #3 - Move kbuild files to reflect location in the kernel As requested in earlier mail I need a bit of guidiance of what you expect from the kernel integrated parts of klibc.