diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-28 14:44:55 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-05-28 14:44:55 +0000 |
commit | 81c61f3745dc07a01443ea02b31a62a6057065d7 (patch) | |
tree | 18d59210919c40e9b21ea35d647fd52757c451ca | |
parent | eba708a62b5bb255a3ba79ab29e9259118aaef34 (diff) |
Add a _really_ basic README outlining building/using uClibc.
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +To build uClibc, + +1) cp ./extra/Configs/Config.<your arch> ./Config +2) Edit ./Config for your setup. +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). |