summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-10-newlib-head.cfg
blob: 2a2ae414d08847efdafd1c9d561ddc263f196c52 (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 1cdad8b
%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 73f410b11029999a8958cf1b1d1af4a4cda8fc9ba1e3d06e73cf2011b91b6f56f4b5b6fa168258ba070a5eb09f94eb9008c486cbf544b667c997755095c52fc6

%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-gcov-Add-fprofile-info-section-support.patch
%hash sha512 0001-gcov-Add-fprofile-info-section-support.patch 284c4eb2180e8a7dac600b5833da5d2f99568b7fc2f873c145665ef56ab72ca3e9ac3da1e8bc88e72dd229f02a28402770d82ddd7a1b836836ae00cdfd1d400f

%define newlib_version 6cc47c4
%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 e29a407058c5ebdc089ae9181c43f3fbec3b0004c34a63379671ab79dd909aaa4245f4c0cddfec0ec0d29c6ecc2e7b60c096b912841a0f3f899c41148bdd20bc

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

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