Hi Can somebody tell me, what is the right way to make a soft float toolchain. I tried with crosstool with different flags for configure and gcc, but the resulting binaries still contains the FP instructions, like swc1. I used --with-float=soft and --nfp for gcc configure, --without-fp for glibc configure, and compiled glibc with -msoft-float flag. Am I missing something, or am I using the wrong flags? GCC: 3.3.5 GLIBC: 2.3.5 BINUTILS: 2.15 BR, Matej