From a34ea8f598af378dcd63528b6328d1bff7fab0f1 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 23 Oct 2003 00:19:18 -0700 Subject: [PATCH] [PATCH] added README info for how to build using klibc. --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index ed25a733a..655a30051 100644 --- 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 + -- 2.30.2