summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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).