From 103006fc0bdc6eff7760cb74f15bc16ac4238087 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 9 Oct 2023 07:47:42 +0200 Subject: 6: Update GCC 12 and 13 Keep RTEMS up to date with the upstream development. --- rtems/config/tools/rtems-gcc-12-newlib-head.cfg | 4 ++-- rtems/config/tools/rtems-gcc-13-newlib-head.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rtems/config/tools/rtems-gcc-12-newlib-head.cfg b/rtems/config/tools/rtems-gcc-12-newlib-head.cfg index c9e9a18..9fe1ddd 100644 --- a/rtems/config/tools/rtems-gcc-12-newlib-head.cfg +++ b/rtems/config/tools/rtems-gcc-12-newlib-head.cfg @@ -1,12 +1,12 @@ %include %{_configdir}/checks.cfg %include %{_configdir}/base.cfg -%define gcc_version 506cb58 +%define gcc_version 814ec21 %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 \ - sqGWUDNSJ9ra3nd+XO0a9aUEqYIPUApLv1h7XTQQ4DxHKX2XR/iLGY0PwmwLcyjOPw1tF6OAoPT0/ymDjjTq9w== + JyGpbsqRctCanDzH/sHmem+iJMXvQe2x8ZairztM034/vcElNQSMNgb2jICgdDWH032wrJOk5IYcZoA0fJx4Zw== %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch %hash sha512 0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch \ diff --git a/rtems/config/tools/rtems-gcc-13-newlib-head.cfg b/rtems/config/tools/rtems-gcc-13-newlib-head.cfg index 0efb4fd..7d5f610 100644 --- a/rtems/config/tools/rtems-gcc-13-newlib-head.cfg +++ b/rtems/config/tools/rtems-gcc-13-newlib-head.cfg @@ -1,12 +1,12 @@ %include %{_configdir}/checks.cfg %include %{_configdir}/base.cfg -%define gcc_version 9aac37a +%define gcc_version f37fae5 %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 \ - 7uw8yZWdjboqa1k1KPJTsOutVN66EEdrQ+ylaxZCFIwOihRUrct1loZ2Y3LXCYPG9JFso0i+22XEIlx3WMlrTQ== + nKBXN9Qt/9CRYDVOp1geQdshXDP/kvr82RV1fE1LVIxNCbAVvhRmqz1p5kycg24T3TNGHPN58RySceaYgc6sCw== %define newlib_version fbc5496 %define newlib_external 1 -- cgit v1.2.3