source: rtems-source-builder/rtems/config/tools/rtems-gcc-10-newlib-head.cfg @ 5295c711

Last change on this file since 5295c711 was 5295c711, checked in by Sebastian Huber <sebastian.huber@…>, on 06/24/22 at 05:48:57

6/7: Update Newlib

This Newlib update fixes a namespace pollution issue with <sys/bitset.h>.

Close #4667.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version a5bc895
5%define gcc_external 1
6%define gcc_expand_name gnu-mirror-gcc-%{gcc_version}
7%source set gcc --rsb-file=%{gcc_expand_name}.tar.gz https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/%{gcc_version}
8%hash sha512 %{gcc_expand_name}.tar.gz 78d36a8bbad296372736a18212dd3df52d9c7d30a15197b2359f84d979c37d00bc8f06b5aefdb1a4a9897969f05d8fe4647ca9be0eda0e7bb313c842d7d3b852
9
10%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v6-of-gcov-improvements-to-GCC-10.patch
11%hash sha512 0001-Back-port-v6-of-gcov-improvements-to-GCC-10.patch 1f586efeed4d3d7831b9308c01f1708e2eb07082cfb080c75c5d18a6950d654810b44487d2e0e0baa68aa545ca8686d3d7a3bf17ce803ca99c990cf694230574
12
13%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4215/0001-nios2-Remove-custom-instruction-warnings.patch
14%hash sha512 0001-nios2-Remove-custom-instruction-warnings.patch afd8a5e6bdcc5b75d5fbbf558bdf56ccac400521a6eec9d88cc95f6be67c481f2dbf8faa0f6ddc1e4ac7c56a84938714d80e46e9cf80ec4b8fcd739986449881
15
16%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
17%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
18
19%define newlib_version e7ffbdb
20%define newlib_external 1
21%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
22%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
23%hash sha512 newlib-%{newlib_version}.tar.gz 11ad5b95aa3d9eb8475104de944e47810b5447d52d3a531187b62d12aa8b28c96cc6f1c5c4f9ddc85231a602de533cc531b430aecb3059098a06db81332a0b53
24
25%define with_threads 1
26%define with_plugin 0
27%define with_iconv 1
28
29%include %{_configdir}/gcc-10.cfg
Note: See TracBrowser for help on using the repository browser.