On Thu, Aug 18, 2016 at 5:57 PM, Steven G. Kargl <ka...@troutmask.apl.washington.edu> wrote: > On Thu, Aug 18, 2016 at 09:25:41AM +0100, Jonathan Wakely wrote: >> On 18 August 2016 at 08:59, Richard Biener wrote: >> > No, but you can try --enable-version-specific-runtime-libs >> >> But be aware that for multilib targets that's been broken for years, PR32415 > > Richi, Thanks for the pointer to the --enable-*. > > Jonathan, Thanks for the heads-up. > > It seems the FreeBSD ports developer will need to ensure > that -Wl,-rpath appears in the command line to find the > right library.
Note that libgcc_s.so.1 (and others) are generally backward compatible so you can as well simply replace olders by newers. Not sure how FreeBSD packaging is set up to guarantee you'll keep the newest though. Richard. > -- > Steve > http://troutmask.apl.washington.edu/~kargl/