From e85331da58c7bc017aa16dd08c3407dce935e7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Thu, 8 Jun 2017 10:10:38 +0200 Subject: [PATCH] new file: b/binutils/binutils-2.27-GCCcore-6.3.0.eb --- b/binutils/binutils-2.27-GCCcore-6.3.0.eb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 b/binutils/binutils-2.27-GCCcore-6.3.0.eb diff --git a/b/binutils/binutils-2.27-GCCcore-6.3.0.eb b/b/binutils/binutils-2.27-GCCcore-6.3.0.eb new file mode 100644 index 00000000..c5076901 --- /dev/null +++ b/b/binutils/binutils-2.27-GCCcore-6.3.0.eb @@ -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'