summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: cf3911a17cb34f539fda4864ad9569423a22a215 (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 6fb9324
%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 7005816835bacc459cbb7e9a3c0435bcfbc880464ff61382da62c14b4a9cb6d74ae2cf16869d5ac72bfe5aa116e8f0e51cddc8454df7a4e5b5562929cf465af9

%define newlib_version 8873f07
%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 49cbf399e268df2d7ef75790bb2e9d7af11476777689f60bf036ee9fc5346be3db072cfac110415ccb91a55fa2bde94fec79d33e8d729022d895545ea150ff47

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

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