From b261aef543b8912d3156f2975c5ec13b780c1210 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Tue, 29 May 2001 19:48:27 +0000 Subject: Give Erik's build-with-uClibc method. --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index abfc2b553..ab3ca34b5 100644 --- 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 -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. -- cgit v1.2.3