Re: [lfs-dev] GCC's liblto_plugin.la removal

2018-04-08 Thread Bruce Dubbs

On 04/08/2018 08:26 AM, Ryan Marsaw wrote:

Hello LFS editors.

In LFS "section 6.80. Cleaning Up" there's a line that removes the
libtool archives:

find /usr/lib -name \*.la -delete

However, there is one libtool archive located under /usr/libexec:
/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/liblto_plugin.la

With my goal of having exactly zero ".la" files on my system I removed
the above file after deleting the ones under /usr, and have had no
issues with any BLFS packages installed afterwards.


OK, I'll add /usr/libexec to the find command.  It may be a week or so 
until it is committed.


  -- Bruce

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

[lfs-dev] GCC's liblto_plugin.la removal

2018-04-08 Thread Ryan Marsaw

Hello LFS editors.

In LFS "section 6.80. Cleaning Up" there's a line that removes the
libtool archives:

find /usr/lib -name \*.la -delete

However, there is one libtool archive located under /usr/libexec:
/usr/libexec/gcc/x86_64-pc-linux-gnu/7.3.0/liblto_plugin.la

With my goal of having exactly zero ".la" files on my system I removed
the above file after deleting the ones under /usr, and have had no
issues with any BLFS packages installed afterwards.

Regards,

Ryan

--
Ryan Marsaw
rmar...@personainternet.com
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page