[rtems-source-builder commit] 6: Use Binutils 2.41

Sebastian Huber sebh at rtems.org
Thu Nov 23 06:25:25 UTC 2023


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jul 31 08:02:32 2023 +0200

6: Use Binutils 2.41

Prepare for RTEMS 6.1 release.

Update #4921.

---

 rtems/config/6/rtems-default.bset          |  2 +-
 rtems/config/tools/rtems-binutils-2.41.cfg | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset
index 382c4e9..b702275 100644
--- a/rtems/config/6/rtems-default.bset
+++ b/rtems/config/6/rtems-default.bset
@@ -13,7 +13,7 @@
 %defineifnot with_rtems_expat    devel/expat-2.5.0-1
 %defineifnot with_rtems_gmp      devel/gmp-6.2.1
 %defineifnot with_rtems_gdb      tools/rtems-gdb-13.2
-%defineifnot with_rtems_binutils tools/rtems-binutils-2.39
+%defineifnot with_rtems_binutils tools/rtems-binutils-2.41
 %defineifnot with_rtems_gcc      tools/rtems-gcc-13.2-newlib-head
 %defineifnot with_rtems_tools    tools/rtems-tools-6
 
diff --git a/rtems/config/tools/rtems-binutils-2.41.cfg b/rtems/config/tools/rtems-binutils-2.41.cfg
new file mode 100644
index 0000000..6995946
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-2.41.cfg
@@ -0,0 +1,13 @@
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 2.41
+#%define binutils_external 1
+
+%hash sha512 binutils-%{binutils_version}.tar.bz2 \
+    jEMDFFJi6EWY2CjhpkZd2/Wo/3V+/j/ZgZSIVPMrMRr+WxVL45ZuUNhc9dJSF1ZMH1GdGXFlqsjoLvytyeHkfA==
+
+%define with_deterministic_archives 1
+%define with_64_bit_bfd 1
+
+%include %{_configdir}/binutils-2-1.cfg



More information about the vc mailing list