[rtems-source-builder commit] rtems-default.bset: Update to binutils 2.27

Joel Sherrill joel at rtems.org
Tue Nov 15 00:43:05 UTC 2016


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Sep  1 22:25:48 2016 -0500

rtems-default.bset: Update to binutils 2.27

---

 rtems/config/4.12/rtems-default.bset         |  2 +-
 rtems/config/tools/rtems-binutils-2.27-1.cfg | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)

diff --git a/rtems/config/4.12/rtems-default.bset b/rtems/config/4.12/rtems-default.bset
index a2d42b8..825a966 100644
--- a/rtems/config/4.12/rtems-default.bset
+++ b/rtems/config/4.12/rtems-default.bset
@@ -10,7 +10,7 @@
 4.12/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-2.26-1
+tools/rtems-binutils-2.27-1
 tools/rtems-gcc-6-20160609-newlib-2.4.0.20160527-1
 tools/rtems-gdb-7.11-1
 tools/rtems-tools-4.12-1
diff --git a/rtems/config/tools/rtems-binutils-2.27-1.cfg b/rtems/config/tools/rtems-binutils-2.27-1.cfg
new file mode 100644
index 0000000..940ccf1
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-2.27-1.cfg
@@ -0,0 +1,28 @@
+#
+# Binutils 2.26.
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.27
+
+%hash sha512 binutils-%{binutils_version}.tar.bz2 cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
+
+#
+# Patches for x86_64 and aarch64 (2.26 maybe not for 2.27)
+#
+# %patch add binutils -p1 %{rtems_binutils_patches}/binutils-2.26-rtems-aarch64-x86_64.patch
+# %hash sha512 binutils-2.26-rtems-aarch64-x86_64.patch 2236cc22dda60d5c18a2ab5abc0f44bf487794f7c0899382bf49233e789e1fb34ce28b0f7a85069642f7cc06bd34d7634a441a8d92bf890de57bb89cc398349f
+
+#
+# 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
+
+#
+# The binutils build instructions. We use 2.xx Release 1.
+#
+%include %{_configdir}/binutils-2-1.cfg



More information about the vc mailing list