[rtems-source-builder commit] 5: Update to GCC 9.2.0 release

Sebastian Huber sebh at rtems.org
Mon Aug 12 12:39:56 UTC 2019


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Aug 12 13:03:52 2019 +0200

5: Update to GCC 9.2.0 release

---

 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-gcc-9.2.0-newlib-6661a67.cfg | 18 ++++++++++++++++++
 4 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
index b0af761..059c2a2 100644
--- a/rtems/config/5/rtems-or1k.bset
+++ b/rtems/config/5/rtems-or1k.bset
@@ -11,5 +11,5 @@
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.2.1-1
 tools/rtems-binutils-2.32
-tools/rtems-gcc-9.1.0-newlib-6661a67
+tools/rtems-gcc-9.2.0-newlib-6661a67
 tools/rtems-tools-5-1
diff --git a/rtems/config/5/rtems-riscv.bset b/rtems/config/5/rtems-riscv.bset
index 4421131..c0b1896 100644
--- a/rtems/config/5/rtems-riscv.bset
+++ b/rtems/config/5/rtems-riscv.bset
@@ -12,6 +12,6 @@
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.2.1-1
 tools/rtems-binutils-2.32
-tools/rtems-gcc-9.1.0-newlib-6661a67
+tools/rtems-gcc-9.2.0-newlib-6661a67
 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 9b5ceb8..9cc38b5 100644
--- a/rtems/config/5/rtems-x86_64.bset
+++ b/rtems/config/5/rtems-x86_64.bset
@@ -9,5 +9,5 @@
 devel/expat-2.1.0-1
 tools/rtems-gdb-8.2.1-1
 tools/rtems-binutils-2.32
-tools/rtems-gcc-9.1.0-newlib-6661a67
+tools/rtems-gcc-9.2.0-newlib-6661a67
 tools/rtems-tools-5-1
diff --git a/rtems/config/tools/rtems-gcc-9.2.0-newlib-6661a67.cfg b/rtems/config/tools/rtems-gcc-9.2.0-newlib-6661a67.cfg
new file mode 100644
index 0000000..3ccfeb9
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-9.2.0-newlib-6661a67.cfg
@@ -0,0 +1,18 @@
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gcc_version 9.2.0
+%source set gcc https://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-%{gcc_version}.tar.xz
+%hash sha512 gcc-%{gcc_version}.tar.xz a12dff52af876aee0fd89a8d09cdc455f35ec46845e154023202392adc164848faf8ee881b59b681b696e27c69fd143a214014db4214db62f9891a1c8365c040
+
+%define newlib_version 6661a67
+%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 f138b4b9d894e8162ba504c53d41131e07f99b4d75985308f04545c63e6ffb8e619c6658b7e371abbd04cb3956125dea81c89f87ba4bcb5a8e77a48ef6b811d7
+
+%define with_threads 1
+%define with_plugin 0
+%define with_iconv 1
+
+%include %{_configdir}/gcc-9.cfg




More information about the vc mailing list