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

Last change on this file since 5ab61d2 was 5ab61d2, checked in by Sebastian Huber <sebastian.huber@…>, on 07/03/20 at 19:12:33

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

  • Property mode set to 100644
File size: 1.0 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 50666d2
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 333e94d5491093d1d184a12796b8fc803941398a4a2ae1081364203733f15ece870dd7025132b675385b05a96e75221bd22b6bc778257426e38915fad2a43f5b
9
10%define newlib_version f095752
11%define newlib_external 1
12%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
13%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
14%hash sha512 newlib-%{newlib_version}.tar.gz 51c7c04123ea5825d3d761b5364aebb7b66c476d1f2f71d367754e4b684900fcf4a21015d261885ed85b495f58914c2714fd7eb77e3d078309b84c3f0d9de2c7
15
16%define with_threads 1
17%define with_plugin 0
18%define with_iconv 1
19
20%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.