mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
Rebuild musl 1.2.3 with support for dynamic linking
Now that GCC and binutils support musl's toolchain natively, musl can have its dynamic linking support enabled without ill-effects.
This commit is contained in:
parent
238520fee7
commit
9bde9d1afe
8 changed files with 50 additions and 4 deletions
3
sysc.py
3
sysc.py
|
|
@ -189,6 +189,9 @@ class SysC(SysGeneral):
|
|||
# binutils 2.38
|
||||
self.get_file("https://mirrors.kernel.org/gnu/binutils/binutils-2.38.tar.xz")
|
||||
|
||||
# musl 1.2.3
|
||||
self.get_file("https://musl.libc.org/releases/musl-1.2.3.tar.gz")
|
||||
|
||||
# gperf 3.1
|
||||
self.get_file("https://mirrors.kernel.org/gnu/gperf/gperf-3.1.tar.gz")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue