http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47225

--- Comment #31 from Iain Sandoe <iains at gcc dot gnu.org> 2011-02-07 21:22:10 
UTC ---
(In reply to comment #30)
> (In reply to comment #29)
> > (In reply to comment #28)
> > > (In reply to comment #26)
> > > > (In reply to comment #23)
> > > 
> > > > Could you please test attached patch at
> > > > http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00469.html that it works 
> > > > for you?
> > > 
> > > I guess the bug I'm seeing must be different;
> > > ...  applied the patch and still get:

> hm. it's running on the host tho.     OK - I'll have an investigate at some
> point.

given that the fault was reported on darwin it's still likely to need this...
testing:

Index: gcc/config.host
===================================================================
--- gcc/config.host     (revision 169878)
+++ gcc/config.host     (working copy)
@@ -96,6 +96,7 @@ case ${host} in
     # Generic darwin host support.
     out_host_hook_obj=host-darwin.o
     host_xmake_file="${host_xmake_file} x-darwin"
+    host_lto_plugin_soname=liblto_plugin.dylib
     ;;
 esac

Reply via email to