source: rtems-source-builder/rtems/config/tools/rtems-gcc-head-newlib-head.cfg @ 8b0e78a

5
Last change on this file since 8b0e78a was 8b0e78a, checked in by Sebastian Huber <sebastian.huber@…>, on 01/16/19 at 08:42:28

6: Update unstable RTEMS 6 tool chain

  • Property mode set to 100644
File size: 1.1 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 0ca47588bd2e38bbfa427503968e08a6b8ab3166
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 1165148b07c1b113de52c1eefd2e6addab64401bcb5a8eb9aa2f2a6f755769c6871824295cb788630734753bafd23e470e90ad12aa5cb742edaa146d2fc072d1
9
10%define newlib_version 068182e26c7b397df579b69a18f745092844d1b4
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 109478ee25234aa122e44c7de498d8c1a85a4b250ce0b197ca4fc8f1ca88e730777b922260787684aedaa2208859aade0eb276039cdbd82c046260864a0fddc6
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.