Explorar o código

Give Erik's build-with-uClibc method.

Manuel Novoa III %!s(int64=23) %!d(string=hai) anos
pai
achega
b261aef543
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      README

+ 5 - 2
README

@@ -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.