[PATCH] added README info for how to build using klibc.

This commit is contained in:
greg@kroah.com 2003-10-23 00:19:18 -07:00 committed by Greg KH
parent 9c516bec0d
commit a34ea8f598
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -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