summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
blob: eb1cf72d05c07e90274d1be9c484accbac28618a (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 949e0ad
%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 d00bc9d3e99b230765021faed3c05ff1a2969b16173839f1aa65c89b6aefa936806845fedf649423a7cb76d2c5139898f54054773ccf2e6431ab6db05bea2245

%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