> I am comipleing ARM book of CLFS and I got this error when I run make
> CC="${CC} ${BUILD}"
>
> clfs:/mnt/clfs/sources/uClibc-0.9.29$ make CC="${CC} ${BUILD}"
> make[1]: `conf' is up to date.
> cc1: error: unrecognized command line option "-m32"
try this:
export CC="-m32"
make
unset CC
make PREFIX=${CLFS} install
..
Hope it helps
luca.