http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49992
--- Comment #21 from Iain Sandoe <iains at gcc dot gnu.org> 2011-08-09 14:26:36 UTC --- (In reply to comment #20) > I wonder if addressing... > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42554#c15 > > would help such that the change in r157563 is extended to gcc/configure[.ac] > would make any difference? well, that's essentially what I'm suggesting something like *-*-darwin[[912]]*) ranlib_flags = "" ;; *-*-darwin*) ranlib_flags = "-c" ;; *) ranlib_flags = "" ;; (untested, just typed into the browser) - i.e. actually applying the change to darwin9 too, (testing that here).