mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00
25 lines
700 B
Plaintext
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'
|