mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 04:45:23 +01:00
Add binutils 2.38
This commit is contained in:
parent
5aae443d65
commit
4113d60b24
8 changed files with 151 additions and 6 deletions
3
sysc.py
3
sysc.py
|
|
@ -186,6 +186,9 @@ class SysC(SysGeneral):
|
|||
# gcc 4.7.4
|
||||
self.get_file("https://mirrors.kernel.org/gnu/gcc/gcc-4.7.4/gcc-4.7.4.tar.bz2")
|
||||
|
||||
# binutils 2.38
|
||||
self.get_file("https://mirrors.kernel.org/gnu/binutils/binutils-2.38.tar.xz")
|
||||
|
||||
# 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