OSDN Git Service

Add a _really_ basic README outlining building/using uClibc.
authorManuel Novoa III <mjn3@codepoet.org>
Mon, 28 May 2001 14:44:55 +0000 (14:44 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Mon, 28 May 2001 14:44:55 +0000 (14:44 -0000)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..abfc2b5
--- /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).