mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
new file: b/binutils/binutils-2.27-GCCcore-6.3.0.eb
This commit is contained in:
parent
b842446c90
commit
e85331da58
21
b/binutils/binutils-2.27-GCCcore-6.3.0.eb
Normal file
21
b/binutils/binutils-2.27-GCCcore-6.3.0.eb
Normal file
@ -0,0 +1,21 @@
|
||||
name = 'binutils'
|
||||
version = '2.27'
|
||||
|
||||
homepage = 'http://directory.fsf.org/project/binutils/'
|
||||
description = "binutils: GNU binary utilities"
|
||||
|
||||
toolchain = {'name': 'GCCcore', 'version': '6.3.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'
|
Loading…
x
Reference in New Issue
Block a user