mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
20 lines
428 B
Plaintext
20 lines
428 B
Plaintext
name = 'local_binutils'
|
|
version = '2.24'
|
|
|
|
homepage = 'http://directory.fsf.org/project/local_binutils/'
|
|
description = "local_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'
|