mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00

new file: b/binutils/binutils-2.28.eb new file: g/GCCcore/GCCcore-7.1.0.eb new file: i/icc/icc-2017.4.196-GCC-7.1.0-2.28.eb new file: i/iccifort/iccifort-2017.4.196-GCC-7.1.0-2.28.eb new file: i/ifort/ifort-2017.4.196-GCC-7.1.0-2.28.eb new file: i/iimpi/iimpi-2017.05-GCC-7.1.0-2.28.eb new file: i/imkl/imkl-2017.3.196-iimpi-2017.05-GCC-7.1.0-2.28.eb new file: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-7.1.0-2.28.eb new file: i/intel/intel-2017.05.eb
22 lines
609 B
Plaintext
22 lines
609 B
Plaintext
name = 'binutils'
|
|
version = '2.28'
|
|
|
|
homepage = 'http://directory.fsf.org/project/binutils/'
|
|
description = "binutils: GNU binary utilities"
|
|
|
|
toolchain = {'name': 'GCCcore', 'version': '7.1.0'}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
builddependencies = [
|
|
('flex', '2.6.3', '', 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'
|