source: rtems-source-builder/rtems/config/tools/rtems-gcc-10-newlib-head.cfg @ 295f9e9

Last change on this file since 295f9e9 was 295f9e9, checked in by Sebastian Huber <sebastian.huber@…>, on 01/14/21 at 17:06:51

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

  • Property mode set to 100644
File size: 1.3 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 1e151fb
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 fc3e5e9f729469c9b307541298a0804502f494cbf57da21abc2cbacc0b519181bf92ce1450b4dbf60bb29441d567a60318159d4219e6460bf389c1b48590e894
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%define newlib_version 9ad86f6
14%define newlib_external 1
15%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
16%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
17%hash sha512 newlib-%{newlib_version}.tar.gz cff1ceb10b5b3f7af40bd5f1098a123a387a774f186400b2cfeed438f5ded84b56c5c4ea4261daddea025f17d008d90e8ef46982f29432e91e3c59ed08382915
18
19%define with_threads 1
20%define with_plugin 0
21%define with_iconv 1
22
23%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.