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

Last change on this file since 47f32b8 was 47f32b8, checked in by Sebastian Huber <sebastian.huber@…>, on 09/04/20 at 18:01:07

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 46a58c7
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 c8d7faf28d093b559bad87a233f03d93e491f2cf9193948b25e31ea13f959af9c5d6ca6a4e8b430b035c2c8e34c8ee0a29c8bc99fefebfeac9d89b543ba299b5
9
10%define newlib_version a0d7982
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 3d662a38c00e13a1a9d05d05d314338f86edb6f0143d41357dff5f3dcde34686ff3bb9b1fe96d67b4eea6c9a084228d70cab7b480af9942594569d9080668d79
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.