summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 28d87746026ca1ed3b00dcdf60527627729cd23b (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 6e00d8d
%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 d4cc44490de1cb53f445d69bf92cefbe1306d62c5b8bdab24415b5227c6ccd60c02ce62117522b1978e5343cad6bc86290a2884d720c9c557ccb0ddb0a5939b4

%define newlib_version 6c8392d
%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 0f9e17c56f0ab82afde117ab0b049c7c0beed75353e3f2a67edc5cd8e60963f35b40b13b8861e49d5697abc31c3f33c98e14d44da63ff688f1912b312960a613

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

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