summaryrefslogtreecommitdiff
path: root/README
blob: abfc2b553ab8abfd64fb859ff2dcc1b915c67f19 (plain)
1
2
3
4
5
6
7
8
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).