source: rtems-source-builder/rtems/config/tools/rtems-gcc-10-newlib-head.cfg @ 60c0bb4

Last change on this file since 60c0bb4 was 60c0bb4, checked in by Sebastian Huber <sebastian.huber@…>, on 02/24/22 at 06:12:36

6: Update GCC to include a fix for powerpc

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104090

  • 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 0f001dd
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 a988dc6f310b2b7f775b817c2bc09c0e411c59aa14a963426a29ab922a849026791400eeadf1e76987b3da94db66b0d7135da4e213ea1adbc0a4dea7298c3ca0
9
10%patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/4196/0001-Back-port-v5-of-__gcov_info_to_gcda-to-GCC-10.patch
11%hash sha512 0001-Back-port-v5-of--gcov-info-to-gcda-to-GCC-10.patch 155dcd7b7d2c13a8739b6ce8283e580ac707bad91d02a8fe8b519c483047283fd21d78a0c1f84b8a9b0975988517e7af5b488c359b7de2077b5d8733cc35002e
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.patch
17%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly.patch BHRMimj6ztKPHQFxypI8RwPmno96B56eVQGx5dtCtcOb+qICMrQC1fa0jP3JrR8RGJI4y61RoYvpnj6EbTmRKA==
18
19%define newlib_version ebe756e
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 eeca823143cad0dc22167661a3bd63868ce5af5d7dcf3de159dc53cf555dcec4f7795d6f3ed2e7550404a1553655b95e73bb49b66d666e022233ae6def8f9e5d
24
25%define with_threads 1
26%define with_plugin 0
27%define with_iconv 1
28
29%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.