summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: ecbd2be534e4d84632e65d7c7bfc3ccb25dab793 (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 b049f8a6116
%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 61a65ebc0a504149b82b777f8ebf9e3268d2fa303a2a0092dc2d0ef7e72168f4aad6a00384fdce3fa0e1a15bb7696875e613c7c8f54be4020529806ced286151

%define newlib_version 27202a1b1
%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 dfad343ae48427245f31a20e9d955890a152cc53cce20319b7c069bfc0b81c1c59eaa4442487e68c49c8b503bad2b883d0b118be8ab10aaac961ca300bd80e75

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

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