On Wed, Feb 05, 2003 at 06:21:34PM -0500, Chien-Lung Wu wrote: > I am building a cross-compiler for mips-linux on my linux box. > Everything seems fine, except software floating point. > How can I turn on the software floating point when I build the glibc? > Is software floating point are supported in libm.a/libm.so or ant other > lib*? The kernel includes a floating point emulator so your hard fp code will run fine on fpu-less code. Ralf