summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: f14e36fb53e84821d99fda5954143bf061988496 (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 fdd95da7206
%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 87376ced8581b6d62f084f6aa2ffdadb1fb91ba19020f4add44fa0e8aa4a9fcc172390dcf71c3ce665b5fba85d6fa92d82f8d16df2d2a221ce4c0b9c0d270c97

%define newlib_version 9fa22dba5
%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 81493824a2eff89aeddb7434366b9f2cb7e74f85a2cbe77ea79f9e21f8e2646e6a375003d28b6e7e7e60af65b5e43b4f36a557d5bd15e5dc5e5f245914db93f1

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

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