summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 3ee226cb451d29c87de3b4c5faf16e7f7eab5beb (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 0f81292cb0a
%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 cc3fd04b10b3a780b45ca0e767e77333212bc065261db61f655bffe48c0e5ceb654e41c1ba9806acda1cf5b41ce6d057c730972c3c07ea64b07780c4dc03b399

%define newlib_version d06517044
%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 7f823b47d0b7051fecf4a73c570b72bc7369c5cfbe9dc802b0f2651bac75040e7a91e7b63a3ae4b25f49766afca298142ec9aa0ce48ecc760fd474ae18dfca47

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

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