summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: c02e3abcf15078f6aa75f96b45fcfb4ea59edf67 (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 b48d76c
%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 60ce4b8c501503d195f1a63b83e1677b9b483500cb07252221f85c8e0bad1dea9cc7a46379f9ca8c1c1a03f9e2c0a2103e6b2d9d7a6ebbf49bc70e692a150a46

%define newlib_version abc8acb
%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 634781ca79f0e40801d05e45a91d0b009d48fb85324ef3d5854eb35ee47a38d915798ced5362e3fac40b0c945c89707e7334bd53b7c2305a7eab84f35b9cabce

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

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