easyconfigs-it4i/b/binutils/binutils-2.24-intel-2014b.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

20 lines
410 B
Plaintext

name = 'binutils'
version = '2.24'
homepage = 'http://directory.fsf.org/project/binutils/'
description = "binutils-2.22: GNU binary utilities"
sources = [SOURCE_TAR_GZ]
source_urls = [GNU_SOURCE]
toolchain = {'name': 'intel', 'version': '2014b'}
dependencies = [
('zlib', '1.2.8'),
]
# disable warning/error #175 ("subscript out of range")
buildopts = 'CFLAGS="$CFLAGS -wd175"'
moduleclass = 'tools'