easyconfigs-it4i/b/binutils/binutils-2.30-GCCcore-7.3.0.eb
Lukáš Krupčík 49a3c38b20 new file: b/binutils/binutils-2.30-GCCcore-7.3.0.eb
new file:   b/binutils/binutils-2.31.1-GCCcore-8.2.0.eb
	new file:   c/CMake/CMake-3.13.1.eb
	new file:   e/ed/ed-1.9.eb
	modified:   f/flex/flex-2.6.4.eb
	new file:   g/GCC/GCC-7.3.0-2.30.eb
	modified:   g/GCCcore/GCCcore-6.3.0.eb
	new file:   g/GCCcore/GCCcore-8.2.0.eb
	new file:   g/GMP/GMP-6.0.0a.eb
	new file:   l/libtool/libtool-2.4.6.eb
	new file:   l/libzip/libzip-1.2.0.eb
	modified:   r/RapidJSON/RapidJSON-1.1.0-GCC-6.3.0-2.27.eb
	modified:   s/Szip/Szip-2.1.eb
2018-12-05 14:56:11 +01:00

29 lines
926 B
Plaintext

# IT4Innovations 2018
name = 'binutils'
version = '2.30'
homepage = 'http://directory.fsf.org/project/binutils/'
description = "binutils: GNU binary utilities"
toolchain = {'name': 'GCCcore', 'version': '7.3.0'}
source_urls = [GNU_SOURCE]
sources = [SOURCE_TAR_GZ]
patches = ['binutils-%(version)s_fix-assertion-fail-elf.patch']
checksums = [
'8c3850195d1c093d290a716e20ebcaa72eda32abf5e3d8611154b39cff79e9ea', # binutils-2.30.tar.gz
'7a661190c973287642296dd9fb30ff45dc26ae2138f7761cd8362f7e412ff5ab', # binutils-2.30_fix-assertion-fail-elf.patch
]
builddependencies = [
('flex', '2.6.4', '', True),
('Bison', '3.0.4', '', True),
# zlib required, but being linked in statically, so not a runtime dep
('zlib', '1.2.11', '', True),
# use same binutils version that was used when building GCC toolchain, to 'bootstrap' this binutils
('binutils', version, '', True)
]
moduleclass = 'tools'