easyconfigs-it4i/b/binutils/binutils-2.27-GCCcore-6.2.0.eb
2017-03-09 11:57:40 +01:00

25 lines
626 B
Plaintext

name = 'binutils'
version = '2.27'
homepage = 'http://directory.fsf.org/project/binutils/'
description = "binutils: GNU binary utilities"
toolchain = {'name': 'GCCcore', 'version': '6.2.0'}
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SOURCE]
builddependencies = [
('flex', '2.6.0'),
('Bison', '3.0.4'),
# zlib required, but being linked in statically, so not a runtime dep
('zlib', '1.2.8'),
# use same binutils version that was used when building GCC toolchain, to 'bootstrap' this binutils
('binutils', version, '', True)
]
##--enable-share
configopts = '--enable-share'
moduleclass = 'tools'