[rtems-source-builder commit] 6: Use GCC 10 branch for RTEMS 6 tool chain

Sebastian Huber sebh at rtems.org
Mon Jun 29 15:19:19 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jun 29 09:10:46 2020 +0200

6: Use GCC 10 branch for RTEMS 6 tool chain

---

 rtems/config/6/rtems-default.bset               |  2 +-
 rtems/config/6/rtems-epiphany.bset              |  2 +-
 rtems/config/tools/rtems-gcc-10-newlib-head.cfg | 20 ++++++++++++++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset
index 31ce3aa..86830ba 100644
--- a/rtems/config/6/rtems-default.bset
+++ b/rtems/config/6/rtems-default.bset
@@ -11,5 +11,5 @@ devel/expat-2.1.0-1
 tools/rtems-gdb-head
 
 tools/rtems-binutils-head
-tools/rtems-gcc-head-newlib-head
+tools/rtems-gcc-10-newlib-head
 tools/rtems-tools-5-1
diff --git a/rtems/config/6/rtems-epiphany.bset b/rtems/config/6/rtems-epiphany.bset
index c0a6f16..bcaeeb4 100644
--- a/rtems/config/6/rtems-epiphany.bset
+++ b/rtems/config/6/rtems-epiphany.bset
@@ -12,6 +12,6 @@
 6/rtems-autotools
 devel/expat-2.1.0-1
 tools/rtems-binutils-head
-tools/rtems-gcc-head-newlib-head
+tools/rtems-gcc-10-newlib-head
 tools/rtems-gdb-7.8.1-1
 tools/rtems-tools-5-1
diff --git a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
new file mode 100644
index 0000000..f42ab7c
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
@@ -0,0 +1,20 @@
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gcc_version 37ba6ac
+%define gcc_external 1
+%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
+%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
+%hash sha512 %{gcc_expand_name}.tar.gz b88d5147de09f282d4ac49eb838e65955a070ef0e9f3d7683b0991a7d3c5486b51551c18572de800bba34ede8282e733338338454057a8e98c235f8305fda0fe
+
+%define newlib_version a97bdf1
+%define newlib_external 1
+%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
+%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
+%hash sha512 newlib-%{newlib_version}.tar.gz 783943d27184cd6cc8397fc3be946bdc2298d2a39a06df8c016e1dd310b9f1b366f91d5b1e374bf756d6d7f9c701828e0cc2cb5effa85d40b3699afe7d41c46f
+
+%define with_threads 1
+%define with_plugin 0
+%define with_iconv 1
+
+%include %{_configdir}/gcc-9.cfg



More information about the vc mailing list