[rtems-source-builder commit] 5: Use latest Binutils for riscv

Sebastian Huber sebh at rtems.org
Wed Nov 14 06:00:08 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Nov 12 07:17:58 2018 +0100

5: Use latest Binutils for riscv

This is a preparation to update or1k to use the latest GCC.

Update #3602.

---

 rtems/config/5/rtems-riscv.bset                    |  2 +-
 ...ls-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2.cfg | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/rtems/config/5/rtems-riscv.bset b/rtems/config/5/rtems-riscv.bset
index b8353b6..a09f41b 100644
--- a/rtems/config/5/rtems-riscv.bset
+++ b/rtems/config/5/rtems-riscv.bset
@@ -10,7 +10,7 @@
 5/rtems-autotools
 
 devel/expat-2.1.0-1
-tools/rtems-binutils-906c6f2c54425f18eccb30e3ae54cbe620f0fe86
+tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2
 tools/rtems-gcc-62cab5089882f91865e9040672f7932ae8d09db1-newlib-2ab57ad59bc35dafffa69cd4da5e228971de069f
 tools/rtems-gdb-ce73f310150418a9a1625ab60a527d959096a9e2
 tools/rtems-tools-5-1
diff --git a/rtems/config/tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2.cfg b/rtems/config/tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2.cfg
new file mode 100644
index 0000000..27d41ac
--- /dev/null
+++ b/rtems/config/tools/rtems-binutils-417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2.cfg
@@ -0,0 +1,29 @@
+#
+# Binutils
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define binutils_version 417e50dbcfd4b8dd699f48df5ac9b9a733fd80e2
+%define binutils_external 1
+%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
+%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
+%hash sha512 %{binutils_expand_name}.tar.gz 309613ff929fa4220921785c7c38bdeaae620edb5838e9b4891c5fa920fb9c1beb051951ae6989aacf1f2890a93d0df7e330077ca9cb29133be6fafa25b7296a
+
+#
+# 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