summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 97fe6af4490d49f05df5d9fe2b62be9aca2a3616 (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 668cbe0a29e
%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 4b0dd401d635400da539ffca8c19a37aa41c5c183a21dd9c0e4074214307c0cbfce9eabfca57325e8cd26a433e9e7021f62c565fd5d83cb65c495d9ef047256e

%define newlib_version f39a694c4
%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 9b1c22ebf07a33d719a276b6a61bdf197848a0ebed980b31f5ef5743409632b56d0fcc19c67e3176caec385fa498293530696a2f8d67ad9ff90ac759a91c3aeb

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

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