summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 12e46384009afcabda3058d4da913febefa43b33 (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 58f8ba7459b
%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 45359d44d729138afa9f81f1e6e8a39699697775580fe73daefec2f91a3426963f0805a87c0b8d7c61b4014ea287bb8a57f1b8f28f6b768c46bcb4d5a40bcf97

%define newlib_version 1f34405fe
%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 56c155b4fb3c451b6a44c5f9b3eb2991f9202d69ce93cbab47e0cf2f11d0be53c2be3f252c74baa51b17fcf76ac86b3b43ef4a7e01f8d0003bc34a74dcd4c769

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

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