summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 1c02ce7d6f3e281b9595d9134474176190fa35f1 (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 5b355ddd812
%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 6e5ee0a16e7fe7f25569c66f3d387e04e0229fb83fbe6e4788fd106e99972a71c380935661f1eb936ee8717caa6a16ca26a1a0396572bde3d45bdde647b91fb2

%define newlib_version fff17ad73
%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 8820f63ff07a2ff2ab6e84fddbc23550a4f5041369a23c64bbea2fa05a02b028ae23fb7c0278c27ec361273b199e0d69331ad18bbf8004f4b313eb152c27cf92

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

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