mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00
24 lines
482 B
Plaintext
24 lines
482 B
Plaintext
name = 'binutils'
|
|
version = '2.27'
|
|
|
|
homepage = 'http://directory.fsf.org/project/binutils/'
|
|
description = "binutils: GNU binary utilities"
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
sources = [SOURCE_TAR_GZ]
|
|
source_urls = [GNU_SOURCE]
|
|
|
|
builddependencies = [
|
|
('flex', '2.6.3'),
|
|
('Bison', '3.0.4'),
|
|
# zlib required, but being linked in statically, so not a runtime dep
|
|
('zlib', '1.2.11'),
|
|
]
|
|
|
|
# --enable-share
|
|
configopts = '--enable-share'
|
|
|
|
|
|
moduleclass = 'tools'
|