source: rtems-source-builder/rtems/config/tools/rtems-gcc-10-newlib-head.cfg @ 4c5af1f

Last change on this file since 4c5af1f was 4c5af1f, checked in by Sebastian Huber <sebastian.huber@…>, on 10/28/20 at 15:03:16

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 a78cd75
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 a41f2028d43842cd5e6594b50c7b8b91116c287a8f814b49e8baae141a39f04cbeecaa8060ebe39cf50584e5c084d1ab05af76c0507f92f54f8341835625f239
9
10%define newlib_version fcaaf40
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 1abb6920abf9c01a7d1095eb0789fcb1b821ada6f2d95c9d091c22c9e51917d876e82ab216b9792207cd0cc1b354c481c3438fe854a49705c07a2b16ba6ac1ee
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.