Hi, I'm trying to build toolchain with gcc-4.1.1 + glibc-2.5 for PowerPC. I would like to use soft-fp implementation inside glibc-2.5/soft-fp/ on the other hand, gcc also has fp-bit.c. I've applied patches from http://sources.redhat.com/bugzilla/show_bug.cgi?id=2749 http://sources.redhat.com/bugzilla/show_bug.cgi?id=3268 to both gcc and glibc, giving --with-float=soft to configure in gcc and --without-fp to configure in glibc. (along with other configure options.) Now I find __adddf3, __gtdf2 and so in both libgcc.a and libc.a. How can I remove these multiple definition of soft-fp functions from libgcc? (Hiroki Kaminaga) t --