mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Upgrade to binutils 2.24:
* Move libtool 2.2.4 before binutils. * Remove libtool 1.4. * Switch from binutils 2.14 to 2.24.
This commit is contained in:
parent
7ce844e89a
commit
3b90aae529
16 changed files with 178 additions and 444 deletions
11
parts.rst
11
parts.rst
|
|
@ -552,13 +552,13 @@ autoconf 2.69
|
|||
|
||||
This is a much newer version of GNU Autoconf.
|
||||
|
||||
libtool 1.4
|
||||
===========
|
||||
libtool 2.2.4
|
||||
=============
|
||||
|
||||
GNU Libtool is the final part of GNU Autotools. It is a script used to hide away differences
|
||||
when compiling shared libraries on different platforms.
|
||||
|
||||
binutils 2.14
|
||||
binutils 2.24
|
||||
=============
|
||||
|
||||
The GNU Binary Utilities, or binutils, are a set of programming tools for creating and
|
||||
|
|
@ -568,11 +568,6 @@ In particular we can now use full featured ``ar`` instead of ``tcc -ar``,
|
|||
the GNU linker ``ld``, which allows us building shared libraries,
|
||||
and the GNU assembler ``as``.
|
||||
|
||||
libtool 2.2.4
|
||||
=============
|
||||
|
||||
Newer version of libtool which is more compatible with modern Autotools.
|
||||
|
||||
musl 1.1.24 (v3)
|
||||
================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue