------- Comment #4 from andreast at gcc dot gnu dot org 2007-05-21 13:06 ------- Nope. It clinches somehow with this one: config/mh-ppc-darwin. Here the BOOT_CFLAGS is set to -g -O2 -mdynamic-no-pic.
In the libgcc Makefile.in I see that MULTILIB_CFLAGS is set to CFLAGS + extra stuff. CFLAGS itself is BOOT_CFLAGS, so the -mdynamic-no-pic in a shared lib :) I'll see if I understand a bit more later. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32009