summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 45f650038bf903c26ca2be5d4bd6a8afa8178958 (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 597c6d15f88
%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 280721c960253f10fc3f0f2d918e35df10c9996ce629e319821e9217265914c1104b7372e26b3fb95dda6597ef0e3159fc4356ecbb2162b8dd7161f9202cf74a

%define newlib_version 7f983079d
%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 9f97ff92f8ab3162cbb30aa6637e51337bcd9aac23ff3930226d2e534f783f48dfc77cd4fdd179313cd02027a6b3a67f54d9e2c6b3382199a32fe840be60eb93

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

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