mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Switch toolchain triplet to i386-unknown-linux-musl
This commit is contained in:
parent
e94e078a1f
commit
3835f1e1aa
24 changed files with 96 additions and 110 deletions
2
sysa.py
2
sysa.py
|
|
@ -438,7 +438,7 @@ class SysA:
|
|||
"https://salsa.debian.org/perl-team/interpreter/perl/-/archive/5f2dc80/perl-5f2dc80.tar.bz2"])
|
||||
|
||||
# automake 1.16.3
|
||||
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.16.3.tar.xz")
|
||||
self.get_file("https://mirrors.kernel.org/gnu/automake/automake-1.16.3.tar.gz")
|
||||
|
||||
# patch 2.7.6
|
||||
self.get_file(["https://mirrors.kernel.org/gnu/patch/patch-2.7.6.tar.xz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue