http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49804
Rainer Orth <ro at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW CC| |ro at gcc dot gnu.org Component|libobjc |bootstrap Target Milestone|--- |4.7.0 --- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2011-09-26 15:29:22 UTC --- This was indeed introduced by my libgcc patches. The ultimate fix is CFT: [build] Move crtstuff support to toplevel libgcc http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01273.html For the moment, you can just add crtbegin.o crtbeginS.o crtend.o crtendS.o to extra_parts in libgcc/config.host (sparc64-*-freebsd*|ultrasparc-*-freebsd*). I hope for the patch above to be approved RSN, so if you can wait for a couple of days, things should be fine. Sorry. Rainer