summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
blob: f6f11c99e6ad27e56601b13ada7b682673d2922d (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 75f5776
%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 c12286e0c0bdaa0f8dd0abc8d53d6b49058e2101ea604e9dc85aaa4ff6f06c5bdb7d407f80eb284a530dc448c8e8d8c59563ad1aecc6343db03e927b79ae4e4f

%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