> OK. Context again (since I clipped preceding notes): 386SX/20 nfsroot,
> getting SIGILL on lots of processes, math emulation is enabled, ls and
> glibc were compiled with '-march=i386 -mcpu=i386' to be sure.
This isn't enough. You compiled glibc on a i586 or later without
telling configure to use the i386 configuration. Run configure with
the usual options and
i386-linux-gnu
at the end of the command line and then use the options above.
-- ---------------. ,-. 1325 Chesapeake Terrace Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA Red Hat `--' drepper at redhat.com `------------------------ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/