chiark / gitweb /
[PATCH] added README info for how to build using klibc.
authorgreg@kroah.com <greg@kroah.com>
Thu, 23 Oct 2003 07:19:18 +0000 (00:19 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:06:22 +0000 (21:06 -0700)
README

diff --git a/README b/README
index ed25a733ab7ac5da0de8461efe1bc655b822c2c9..655a30051e130c9136c0dc65e2f5aa06e613b1b0 100644 (file)
--- a/README
+++ b/README
@@ -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
 
+