summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: c703981b50d7d48d15d34fe0dc9a6a9b57e07537 (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 6927353
%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 4b1897e2a99df2eb4f89e783c7477dd0225dfb0d12710e6adc145e01ca400a434b20dbac0e0073d4cdf2f4bcc0b65833d25cc0932723f09a5e9df12e6fad636a

%define newlib_version a97bdf1
%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 783943d27184cd6cc8397fc3be946bdc2298d2a39a06df8c016e1dd310b9f1b366f91d5b1e374bf756d6d7f9c701828e0cc2cb5effa85d40b3699afe7d41c46f

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

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