summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-head-newlib-head.cfg
blob: 6a7f10821987029899a66f19eb496a814e3133ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define gcc_version c72a1b6
%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 e1dd429b9cbe88b9a83f4ae40e75d7a5f2f0f34a0d91d3f7128d1a3c2f01bee8779141a6c06b8387208ca6dc168bc6ae5ea27a06ebdd2e86ac526d8d53fccbb8

%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/3937/0001-RTEMS-Improve-GCC-specification.patch
%hash sha512 0001-RTEMS-Improve-GCC-specification.patch f390dfe1f85966b44387ad8ca71ac3978248c59e4ce9978b331e2fd1cd6a23853b89f8730357d4f905fd4fff8af82eec9b6176f857c7f85585ee83daedb3915d

%define newlib_version ece49e4
%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 9ff04a684663712d9304f0f9eec5e1438e1da073f83e7e8673fb4818cd90745561df9491660962ce2da9717436d8a9ef3dfedf8739bfd47a07a4f5cd0d91d6d4

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

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