diff options
author | greg@kroah.com <greg@kroah.com> | 2003-10-23 00:19:18 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:22 -0700 |
commit | a34ea8f598af378dcd63528b6328d1bff7fab0f1 (patch) | |
tree | ef6b9d23894839555c23ec14f0c802df93c724e2 /README | |
parent | 9c516bec0df7aeb43bc78ce214b3ac515818de7a (diff) |
[PATCH] added README info for how to build using klibc.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -45,8 +45,14 @@ Things are still quite rough, and it's a bit beyond proof of concept code. Help is very much appreciated, see the TODO file for a list of things left to be done. +If you want to build using klibc, use the Makefile.klibc file: + make clean + make -f Makefile.klibc +and marvel at the tiny binary you just created :) + Any comment/questions/concerns please let me know. greg k-h greg@kroah.com + |