This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/49992] lto-bootstrap reveals duplicate symbols on x86_64-apple-darwin11


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).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]