diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-29 19:48:27 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-29 19:48:27 +0000 |
commit | b261aef543b8912d3156f2975c5ec13b780c1210 (patch) | |
tree | 986d7d73f8859b6b887c822f52b6204830abce98 | |
parent | 3f0e846f02ef8f08ee6d3af7b36a2326144d9dc6 (diff) |
Give Erik's build-with-uClibc method.
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |