summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 22ab2cf51c48595356746196a87a3a1d83f63c09 (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 04dc198
%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 b3621006bc6841dee82bca3e2abd209a7e48f4ec3c2e3dad316e53d58611a363f610f81cb49e22cba59f7a23ac19066ebdd71800e9e2d894cf5f7eeb5ddbcf56

%define newlib_version 749cbcc
%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 5a3496f8e667c42580c38ca84fd005a972701bba67c02b9a8f51fb64b1ac9be7b7d3f1437c7e3931c9adc00e8305a15957ecfff926883c6845e6cfe399e0d754

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

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