source: rtems-source-builder/rtems/config/tools/rtems-gcc-10-newlib-head.cfg @ 65abc3e

Last change on this file since 65abc3e was 65abc3e, checked in by Sebastian Huber <sebastian.huber@…>, on 01/21/21 at 09:07:21

6/7: Update unstable RTEMS 6/7 tool chain

  • Property mode set to 100644
File size: 1.6 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 3531f98
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 2215e63f83a9e41be1085750ed0dea0327bc2aa4984025b6107ebbcf151d29a014bbbe22817bb3daecbeb0e6af69f0800ed82050f05a68853f7ad8219b974126
9
10%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-gcov-Add-fprofile-info-section-support.patch
11%hash sha512 0001-gcov-Add-fprofile-info-section-support.patch 284c4eb2180e8a7dac600b5833da5d2f99568b7fc2f873c145665ef56ab72ca3e9ac3da1e8bc88e72dd229f02a28402770d82ddd7a1b836836ae00cdfd1d400f
12
13%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4215/0001-nios2-Remove-custom-instruction-warnings.patch
14%hash sha512 0001-nios2-Remove-custom-instruction-warnings.patch afd8a5e6bdcc5b75d5fbbf558bdf56ccac400521a6eec9d88cc95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881
15
16%define newlib_version a533334
17%define newlib_external 1
18%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
19%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
20%hash sha512 newlib-%{newlib_version}.tar.gz 51b535b011c3bebeb403c350b676389714767c014b6a44d521ceec9c02dbe58005d5d2c5678bab8c8ef9827b00b78442262fe05fccd133f5b9a9bab0bebd585f
21
22%define with_threads 1
23%define with_plugin 0
24%define with_iconv 1
25
26%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.