OSDN Git Service

Removed INSTALL_DIR and replaced it with DEVEL_PREFIX, ROOT_DIR, and
[uclinux-h8/uclibc-ng.git] / README
1 To build uClibc,
2
3 1) cp ./extra/Configs/Config.<your arch> ./Config
4 2) Edit ./Config for your setup.
5 3) make
6 4) As root, make install
7
8 To compile programs with uClibc,
9
10 export PATH={uClibc DEVEL_PREFIX/ROOT_DIR}/bin:$PATH
11
12 and then just ./configure and make as usual.
13
14 Note: You may also want to look at extra/gcc-uclibc/gcc-uclibc.c for
15       additional information concerning what options and environment
16       variables the gcc wrapper handles.