summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: f9562dfd42c05f36eee9ee69d7bc3afdfc208a70 (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 f8b3b2b9111
%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 1519f187439c23b1a0cab73ea38e7a525c3ee21e96f4ad34ec149637e7c761cd5d27fb957a0c26c21b953c047268ff7e3bbdc03858f729249ad1e9a443093b8e

%define newlib_version e8b23909e
%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 dd59cabd18ff1919c4bab70eb6a50af8c84611d6002974f4e0377a399dd81f85fe3839b430e0b2b30ee0595bb4f148638a50aba26fa7f6a5f5211c6a0d370ae9

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

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