summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 14edff60b5abd8dc649765b89b3d89bdfd49b314 (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 f6fe3bb
%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 2fff397f16bc9e42f4c755e0331480611666ad47d21d6a19da814fba54149978c916be5657c7f0ad9bc904a41e480bf8b563c8f84b05aa4694a957bc099259a3

%define newlib_version ba283d8
%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 a0a0e2fe5626e25827503d915cfe7f0311b54ad7fa92bd79021df2f0bc975cbb649693783208ed328438ed8b772145d1a6d85364c23ef84be378a4ee66e43c6f

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

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