summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'rtems/config/tools/rtems-gcc-10-newlib-head.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-10-newlib-head.cfg16
1 files changed, 9 insertions, 7 deletions
diff --git a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
index 9ed2ba8..1627dac 100644
--- a/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
+++ b/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
@@ -1,26 +1,28 @@
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg
-%define gcc_version 348fb9d
+%define gcc_version d04fe55
%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 207eedc02ce5426e9b553d72117653a58ceb3f59b3c9413569ee31a4956ee2597e9562cff862c2be88ec0466739c6599f372760d2ad8c1340bb1d2e0ef714a89
+%hash sha512 %{gcc_expand_name}.tar.gz \
+ Q6zRH0E9Z2g7vWiUbmySp1zk4BnRAZQH6hPys1gQLh0dDF4V5T/usDuvL8vVFhphzEB1QXGf0Okr8Uy1FL/ioA==
-%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-gcov-Add-fprofile-info-section-support.patch
-%hash sha512 0001-gcov-Add-fprofile-info-section-support.patch 284c4eb2180e8a7dac600b5833da5d2f99568b7fc2f873c145665ef56ab72ca3e9ac3da1e8bc88e72dd229f02a28402770d82ddd7a1b836836ae00cdfd1d400f
+%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v8-of-gcov-improvements-to-GCC-10.patch
+%hash sha512 0001-Back-port-v8-of-gcov-improvements-to-GCC-10.patch c2d1faed68aa0f60bef917365545cc4cc899df428a5d08f178417c06def4fd3cd3a749c1871c8a22552022c29dfae4a3d21161e2b01291e458ea8d670f01887e
%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4215/0001-nios2-Remove-custom-instruction-warnings.patch
%hash sha512 0001-nios2-Remove-custom-instruction-warnings.patch afd8a5e6bdcc5b75d5fbbf558bdf56ccac400521a6eec9d88cc95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881
-%define newlib_version 436e475
+%define newlib_version 176b19f
%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 a376e4459b05bdacbfc02b4d928336c4527d68788daf5914454d7cbc3ef01de404844df74ab87479f1753058fd55cc7306e44f7477c10bd3e99abdd0f05dc6b6
+%hash sha512 newlib-%{newlib_version}.tar.gz \
+ ZUzGjXI3ZJ6GrxMXggg+jIO0nyi+edKoilckRxtujsOiwhOyITahIqcOHhZiX5nd4E4UX9p3BSDima/Fd0Gr0w==
%define with_threads 1
%define with_plugin 0
%define with_iconv 1
-%include %{_configdir}/gcc-9.cfg
+%include %{_configdir}/gcc-10.cfg