summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 0cf0c57ef0d1b958673deed0876956d621e857f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define gcc_version 4239dd963f7
%define gcc_external 1
%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
%hash sha512 %{gcc_expand_name}.tar.gz 2c3e258fa2aaba25df40a17df063afdf7ac261f28d3874c05470d3b9469140f7dd00298c5dfbc3823aecb7be96d36db022e78aed9a0795f02836fc0c3563bfc1

%define newlib_version 77ac27dcf
%define newlib_external 1
%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
%hash sha512 newlib-%{newlib_version}.tar.gz d978f6d89da6b7eec6daf73a286f20ea31d8edb3f57cf7b3673478bbf80241649fa0a066de30d5031997b0ecb3ed06c46b1e9703473c23e951dd3b69e25a135e

%define with_threads 1
%define with_plugin 0
%define with_iconv 1

%include %{_configdir}/gcc-9.cfg