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:
Andrius Štikonas 2023-02-23 10:26:50 +08:00
parent 7ce844e89a
commit 3b90aae529
16 changed files with 178 additions and 444 deletions

View file

@ -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)
================