easyconfigs-it4i/b/binutils/binutils-2.25-GCCcore-4.9.3.eb
2019-11-06 13:27:39 +01:00

25 lines
700 B
Plaintext

# IT4Innovations 2018
name = 'local_binutils'
version = '2.25'
homepage = 'http://directory.fsf.org/project/local_binutils/'
description = "local_binutils: GNU binary utilities"
toolchain = {'name': 'GCCcore', 'version': '4.9.3'}
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SOURCE]
builddependencies = [
('M4', '1.4.18', '', True),
('flex', '2.5.39', '', True),
('Bison', '3.0.4', '', True),
# zlib required, but being linked in statically, so not a runtime dep
('zlib', '1.2.8', '', True),
# use same local_binutils version that was used when building GCC toolchain, to 'bootstrap' this local_binutils
('local_binutils', version, '', True)
]
moduleclass = 'tools'