[PATCH] 5: Update to Binutils 2.34

Sebastian Huber sebastian.huber at embedded-brains.de
Sun Feb 9 16:57:59 UTC 2020


---
 rtems/config/5/rtems-default.bset          |  2 +-
 rtems/config/5/rtems-epiphany.bset         |  2 +-
 rtems/config/5/rtems-or1k.bset             |  2 +-
 rtems/config/5/rtems-riscv.bset            |  2 +-
 rtems/config/5/rtems-x86_64.bset           |  2 +-
 rtems/config/tools/rtems-binutils-2.34.cfg | 27 +++++++++++++++++++++++++++
 6 files changed, 32 insertions(+), 5 deletions(-)
 create mode 100644 rtems/config/tools/rtems-binutils-2.34.cfg

diff --git a/rtems/config/5/rtems-default.bset b/rtems/config/5/rtems-default.bset
index 97c4ede..d4e1ce8 100644
--- a/rtems/config/5/rtems-default.bset
+++ b/rtems/config/5/rtems-default.bset
@@ -17,6 +17,6 @@
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.3-1
 
-tools/rtems-binutils-2.33.1
+tools/rtems-binutils-2.34
 tools/rtems-gcc-7.5.0-newlib-d14714c69
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-epiphany.bset b/rtems/config/5/rtems-epiphany.bset
index bb937b1..13351e4 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.33.1
+tools/rtems-binutils-2.34
 tools/rtems-gcc-7.5.0-newlib-d14714c69
 tools/rtems-gdb-7.8.1-1
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
index 73e068c..c68cfc9 100644
--- a/rtems/config/5/rtems-or1k.bset
+++ b/rtems/config/5/rtems-or1k.bset
@@ -10,6 +10,6 @@
 
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.2.1-1
-tools/rtems-binutils-2.33.1
+tools/rtems-binutils-2.34
 tools/rtems-gcc-9.2.0-newlib-d14714c69
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-riscv.bset b/rtems/config/5/rtems-riscv.bset
index 716c236..a982411 100644
--- a/rtems/config/5/rtems-riscv.bset
+++ b/rtems/config/5/rtems-riscv.bset
@@ -11,7 +11,7 @@
 
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.3-1
-tools/rtems-binutils-2.33.1
+tools/rtems-binutils-2.34
 tools/rtems-gcc-9.2.0-newlib-d14714c69
 tools/rtems-tools-5-1
 devel/sis-2-1
diff --git a/rtems/config/5/rtems-x86_64.bset b/rtems/config/5/rtems-x86_64.bset
index 8662cd0..e859ddf 100644
--- a/rtems/config/5/rtems-x86_64.bset
+++ b/rtems/config/5/rtems-x86_64.bset
@@ -8,6 +8,6 @@
 
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.2.1-1
-tools/rtems-binutils-2.33.1
+tools/rtems-binutils-2.34
 tools/rtems-gcc-9.2.0-newlib-d14714c69
 tools/rtems-tools-5-1
diff --git a/rtems/config/tools/rtems-binutils-2.34.cfg b/rtems/config/tools/rtems-binutils-2.34.cfg
new file mode 100644
index 0000000..1c83c89
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-2.34.cfg
@@ -0,0 +1,27 @@
+#
+# Binutils 2.34
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.34
+
+%hash sha512 binutils-%{binutils_version}.tar.bz2 f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
+
+#
+# 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
-- 
2.16.4



More information about the devel mailing list