On Wed, Feb 03, 2021 at 09:25:22AM -0000, xry111--- via lfs-book wrote:
> Author: xry111
> Date: Wed Feb  3 01:25:21 2021
> New Revision: 12122
> 
> Log:
> remove unneeded static libraries
> 
[...]
> 
> Modified: trunk/BOOK/chapter08/zlib.xml
> ==============================================================================
> --- trunk/BOOK/chapter08/zlib.xml     Wed Feb  3 01:03:51 2021        (r12121)
> +++ trunk/BOOK/chapter08/zlib.xml     Wed Feb  3 01:25:21 2021        (r12122)
> @@ -65,6 +65,10 @@
>  <screen><userinput remap="install">mv -v /usr/lib/libz.so.* /lib
>  ln -sfv ../../lib/$(readlink /usr/lib/libz.so) 
> /usr/lib/libz.so</userinput></screen>
>  
> +    <para>Remove an useless static library:</para>
> +
> +<screen><userinput remap="install">rm -fv 
> /usr/lib/libz.a</userinput></screen>
> +
>    </sect2>
>  

Will this not prevent the binutils ld tests passing if you explore
an updated version of binutils on a completed system ?

Or do those tests in current binutils now use shared libz.so ?

ĸen
-- 
Any attempt to brew coffee with a teapot should result in the error
code "418 I'm a teapot". The resulting entity body MAY be short and
stout.     -- rfc 2324 (1st April 1998)

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

Reply via email to