xinglp wrote:
2014-05-15 0:49 GMT+08:00 Bruce Dubbs <[email protected]>:
xinglp wrote:

ln -sfv ../../libexec/gcc/x86_64-unknown-linux-gnu/4.9.0/liblto_plugin.so


Right.  I forgot about that.  What's the correct 686 path?
/usr/libexec/gcc/i686-pc-linux-gnu/4.9.0
or just use
[ -f ../../libexec/gcc/*/*/liblto_plugin.so ] && ln -sfv
../../libexec/gcc/*/*/liblto_plugin.so

Thanks. I'll use an if statement because I want it to error out if there's a problem.

Fixed in my sandbox.  It will be in my next commit.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to