mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Rebuild musl with fewer patches.
This commit is contained in:
parent
5ef1baeccf
commit
f3cea25b87
8 changed files with 55 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue