summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-05-28 14:44:55 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-05-28 14:44:55 +0000
commit81c61f3745dc07a01443ea02b31a62a6057065d7 (patch)
tree18d59210919c40e9b21ea35d647fd52757c451ca /README
parenteba708a62b5bb255a3ba79ab29e9259118aaef34 (diff)
Add a _really_ basic README outlining building/using uClibc.
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 000000000..abfc2b553
--- /dev/null
+++ b/README
@@ -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).