Rebuild musl with fewer patches.

This commit is contained in:
Andrius Štikonas 2021-03-03 00:05:33 +00:00
parent 5ef1baeccf
commit f3cea25b87
8 changed files with 55 additions and 1 deletions

View file

@ -407,3 +407,10 @@ managing binary programs, object files, libraries, profile data, and assembly so
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``.
musl 1.1.24
===========
We rebuild musl for the third time. This time we use GNU ar rather than ``tcc -ar``,
so we can drop weak symbols patch. Also, we can use GNU as to build assembly source files,
so those assembly files that tcc failed to compile no longer have to be patched.