OSDN Git Service

Give Erik's build-with-uClibc method.
authorManuel Novoa III <mjn3@codepoet.org>
Tue, 29 May 2001 19:48:27 +0000 (19:48 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Tue, 29 May 2001 19:48:27 +0000 (19:48 -0000)
README

diff --git a/README b/README
index abfc2b5..ab3ca34 100644 (file)
--- a/README
+++ b/README
@@ -5,5 +5,8 @@ To build uClibc,
 3) make
 4) As root, make install
 
-To compile programs with uClibc, use the gcc wrapper <arch>-uclibc-gcc
-installed in $(INSTALL_DIR)/usr/bin/ (see extra/gcc-uClibc).
+To compile programs with uClibc,
+
+export PATH={uClibc INSTALL_DIR}/bin:$PATH
+
+and then just ./configure and make as usual.