source: rtems-source-builder/rtems/config/tools/rtems-gcc-10-newlib-head.cfg @ 5c01a44

Last change on this file since 5c01a44 was 5c01a44, checked in by Kinsey Moore <kinsey.moore@…>, on 01/30/23 at 22:38:20

Update hashes for github-sourced tarballs

Github has changed the way it generates on-the-fly tarball requests
which has changed the hashes of the resulting tarballs. This adjusts the
affected tarball hashes as a stop-gap until a more permanent solution
can be devised.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 219af13
5%define gcc_external 1
6%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
7%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
8%hash sha512 %{gcc_expand_name}.tar.gz \
9  5cc28b0535da794dd50011d4a90e7699d64fee28de94b3048ba1989bdd0d7968ea479edd5f67ccfe9d0f2fed91e01f91563e6262160f42cb9be6e38d2581d6a1
10
11%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v8-of-gcov-improvements-to-GCC-10.patch
12%hash sha512 0001-Back-port-v8-of-gcov-improvements-to-GCC-10.patch c2d1faed68aa0f60bef917365545cc4cc899df428a5d08f178417c06def4fd3cd3a749c1871c8a22552022c29dfae4a3d21161e2b01291e458ea8d670f01887e
13
14%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4215/0001-nios2-Remove-custom-instruction-warnings.patch
15%hash sha512 0001-nios2-Remove-custom-instruction-warnings.patch afd8a5e6bdcc5b75d5fbbf558bdf56ccac400521a6eec9d88cc95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881
16
17%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
18%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
19
20%define newlib_version b9898fc
21%define newlib_external 1
22%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
23%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
24%hash sha512 newlib-%{newlib_version}.tar.gz \
25  PRYToUTNPUFRcnw7HS+4k9yWVYieh++A/lBhfkQf67s38Qoko6F4ljuSKhsz3puBN28ZgUvVbMzHsk5PNdt2Pg==
26
27%define with_threads 1
28%define with_plugin 0
29%define with_iconv 1
30
31%include %{_configdir}/gcc-10.cfg
Note: See TracBrowser for help on using the repository browser.