[PATCH] 6: Use GCC 13.2

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Jul 27 11:33:57 UTC 2023


Prepare for RTEMS 6.1 release.

Update #4921.
---
 rtems/config/6/rtems-default.bset             |  2 +-
 .../tools/rtems-gcc-13.2-newlib-head.cfg      | 20 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 rtems/config/tools/rtems-gcc-13.2-newlib-head.cfg

diff --git a/rtems/config/6/rtems-default.bset b/rtems/config/6/rtems-default.bset
index 2f6992f..382c4e9 100644
--- a/rtems/config/6/rtems-default.bset
+++ b/rtems/config/6/rtems-default.bset
@@ -14,7 +14,7 @@
 %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_gcc      tools/rtems-gcc-12-newlib-head
+%defineifnot with_rtems_gcc      tools/rtems-gcc-13.2-newlib-head
 %defineifnot with_rtems_tools    tools/rtems-tools-6
 
 tools/rtems-default-tools.bset
diff --git a/rtems/config/tools/rtems-gcc-13.2-newlib-head.cfg b/rtems/config/tools/rtems-gcc-13.2-newlib-head.cfg
new file mode 100644
index 0000000..97a984e
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-13.2-newlib-head.cfg
@@ -0,0 +1,20 @@
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gcc_version 13.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 \
+  2Z5IJqcNsEUERn40np+67apYcHZs2nxcq1DN6+3EvnVevKW3ieEjKjSiC+GgtgCX3pKA7+R723HHMlHjCwhiog==
+
+%define newlib_version a021448
+%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 \
+  YiC/BsmRpq8XsN1hx4s2Rvcwys/4DRFB3F6vvd+lEMJWXXpt3knXT4BBZkP11bkEcpDFCV9EaOlTT3HA7C3pCg==
+
+%define with_threads 1
+%define with_plugin 0
+%define with_iconv 1
+
+%include %{_configdir}/gcc-12.cfg
-- 
2.35.3



More information about the devel mailing list