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

5
Last change on this file since 9a3e12e was 9a3e12e, checked in by Sebastian Huber <sebastian.huber@…>, on 04/02/19 at 09:25:59

6: Update unstable RTEMS 6 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 0552d7c9a10
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 676499f83ea4b42501ed05abcf14fdf304b8840167948d1bb0986ab2b9e1f5298371b10f7442ab9e0a9f446365ebdd0141115699bf6eddf4171945789b8c953e
9
10%define newlib_version de3c82ee6
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 f108fd5a25eaf22df021ead83e7423d78704871a2eb21195b82b555f640b3e42133366844f256e7a2184f280e42d883d361daf34592da83d296e824d6b7e62fc
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.