summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
blob: 75b055a88ad81ba4ca0d4ad75e0150ae44388b05 (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 33fb1b3
%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 e38cd7f4cf0bdacd4c7af9d684a1e08c6c4670444ce117e809a08269fc20b8e3b9d9b0e7cfc7d882d23fffcc6b89ea8b8b438ce184d2dbbb707f7850e60bf3ef

%define newlib_version 3ca4325
%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 bdcb8b49232f6a0c4139d1517f60af809d588374201f873c221e40915aa174bf96bfdb0f4950d0213dd16cc9cfbf8e2cedf1d0db53f9b30c8020311dfea4a7cd

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

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