소스 검색

Give Erik's build-with-uClibc method.

Manuel Novoa III 24 년 전
부모
커밋
b261aef543
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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.