mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Rebuild tcc against new musl.
This commit is contained in:
parent
f3cea25b87
commit
7a4ca8e634
5 changed files with 61 additions and 4 deletions
|
|
@ -408,9 +408,14 @@ 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
|
||||
===========
|
||||
musl 1.1.24 (v3)
|
||||
================
|
||||
|
||||
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.
|
||||
|
||||
tcc 0.9.27 (musl v3)
|
||||
====================
|
||||
|
||||
We rebuild tcc against new musl and without a patch to ignore duplicate symbols.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue