On Saturday, 26.09.2015 at 14:53, Antti Kantee wrote: > On 25/09/15 18:50, Antti Kantee wrote: > >Sebastian reported that multibaking didn't work with programs which have > >been linked against the same library. Fixing it was so easy (*) that I > >wonder if I forgot completely about something, but I haven't been able > >to figure out what I'd have forgotten, and things seem to work, so maybe > >I didn't forget about anything. > > > >*) Added -G $main into the objcopy invocations in the cc wrapper. > > Apparently it broke some subtle interactions with libunwind(?), so the > feature is reverted for now.
Ah, so we have another user of libunwind in the Rust runtime. This is good, should help to shake out the bugs. > Will be easier to investigate once Sebastian's work hits the main tree ;) Which work is this?
