Add binutils 2.38

This commit is contained in:
Dor Askayo 2022-09-04 11:12:21 +03:00
parent 5aae443d65
commit 4113d60b24
8 changed files with 151 additions and 6 deletions

View file

@ -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")