summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 5d28ba6a5cc5c41a945f04d36679e4eabc932073 (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 46a58c7
%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 c8d7faf28d093b559bad87a233f03d93e491f2cf9193948b25e31ea13f959af9c5d6ca6a4e8b430b035c2c8e34c8ee0a29c8bc99fefebfeac9d89b543ba299b5

%define newlib_version a0d7982
%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 3d662a38c00e13a1a9d05d05d314338f86edb6f0143d41357dff5f3dcde34686ff3bb9b1fe96d67b4eea6c9a084228d70cab7b480af9942594569d9080668d79

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

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