[rtems-source-builder commit] 5: Update to Binutils 2.30

Sebastian Huber sebh at rtems.org
Mon Jan 29 13:00:19 UTC 2018


Module:    rtems-source-builder
Branch:    master
Commit:    6d9c77c77d271d1fc2dfe8493d6713930b52a6dd
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=6d9c77c77d271d1fc2dfe8493d6713930b52a6dd

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jan 29 07:23:54 2018 +0100

5: Update to Binutils 2.30

---

 rtems/config/5/rtems-default.bset     |  2 +-
 rtems/config/5/rtems-epiphany.bset    |  2 +-
 rtems/config/5/rtems-m32c.bset        |  2 +-
 rtems/config/5/rtems-or1k.bset        |  2 +-
 rtems/config/5/rtems-riscv32.bset     |  2 +-
 rtems/config/5/rtems-riscv64.bset     |  2 +-
 rtems/config/tools/rtems-binutils.cfg | 27 +++++++++++++++++++++++++++
 7 files changed, 33 insertions(+), 6 deletions(-)

diff --git a/rtems/config/5/rtems-default.bset b/rtems/config/5/rtems-default.bset
index 1056e2c..bb1a123 100644
--- a/rtems/config/5/rtems-default.bset
+++ b/rtems/config/5/rtems-default.bset
@@ -10,7 +10,7 @@
 5/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
 tools/rtems-gcc
 tools/rtems-gdb-8.0.1-1
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-epiphany.bset b/rtems/config/5/rtems-epiphany.bset
index 940e1d4..f2c7230 100644
--- a/rtems/config/5/rtems-epiphany.bset
+++ b/rtems/config/5/rtems-epiphany.bset
@@ -33,7 +33,7 @@
 #
 5/rtems-autotools
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
 tools/rtems-gcc
 tools/rtems-gdb-7.8.1-1
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-m32c.bset b/rtems/config/5/rtems-m32c.bset
index 9141403..4f0284d 100644
--- a/rtems/config/5/rtems-m32c.bset
+++ b/rtems/config/5/rtems-m32c.bset
@@ -40,7 +40,7 @@
 #
 5/rtems-autotools
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
 tools/rtems-gcc-m32c
 tools/rtems-gdb-8.0.1-1
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
index 8b20380..b7a52e1 100644
--- a/rtems/config/5/rtems-or1k.bset
+++ b/rtems/config/5/rtems-or1k.bset
@@ -32,7 +32,7 @@
 #
 5/rtems-autotools
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
 tools/rtems-gcc-or1k
 tools/rtems-tools-5-1
 tools/rtems-gdb-7.11-2
diff --git a/rtems/config/5/rtems-riscv32.bset b/rtems/config/5/rtems-riscv32.bset
index 6ec33e8..78eab87 100644
--- a/rtems/config/5/rtems-riscv32.bset
+++ b/rtems/config/5/rtems-riscv32.bset
@@ -10,7 +10,7 @@
 5/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
 tools/rtems-gcc
 tools/rtems-tools-5-1
 tools/rtems-kernel-5
diff --git a/rtems/config/5/rtems-riscv64.bset b/rtems/config/5/rtems-riscv64.bset
index 57176fe..df44a05 100644
--- a/rtems/config/5/rtems-riscv64.bset
+++ b/rtems/config/5/rtems-riscv64.bset
@@ -10,7 +10,7 @@
 5/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.29-1
+tools/rtems-binutils
 tools/rtems-gcc
 tools/rtems-tools-5-1
 tools/rtems-kernel-5
diff --git a/rtems/config/tools/rtems-binutils.cfg b/rtems/config/tools/rtems-binutils.cfg
new file mode 100644
index 0000000..b65d1ac
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils.cfg
@@ -0,0 +1,27 @@
+#
+# Binutils 2.30.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.30
+
+%hash sha512 binutils-%{binutils_version}.tar.bz2 c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c
+
+#
+# Enable deterministic archives by default. This will be the default
+# there all tools using this binutils will create deterministic
+# archives.
+#
+%define with_deterministic_archives 1
+
+#
+# Enable 64-bit BFD support
+#
+%define with_64_bit_bfd 1
+
+#
+# The binutils build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/binutils-2-1.cfg



More information about the vc mailing list