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

Last change on this file since cc107b5 was cc107b5, checked in by Sebastian Huber <sebastian.huber@…>, on 07/29/20 at 15:13:14

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 f6fe3bb
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 2fff397f16bc9e42f4c755e0331480611666ad47d21d6a19da814fba54149978c916be5657c7f0ad9bc904a41e480bf8b563c8f84b05aa4694a957bc099259a3
9
10%define newlib_version ba283d8
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 a0a0e2fe5626e25827503d915cfe7f0311b54ad7fa92bd79021df2f0bc975cbb649693783208ed328438ed8b772145d1a6d85364c23ef84be378a4ee66e43c6f
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.