source: rtems-source-builder/rtems/config/tools/rtems-gcc-head-newlib-head.cfg @ dbc11a8

Last change on this file since dbc11a8 was 889cf95, checked in by Sebastian Huber <sebastian.huber@…>, on 10/07/21 at 17:50:05

Update newlib to fetch <sys/tree.h> optimizations

Close #4522.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define gcc_version 40ccb47
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 565db44c7427c3157f7a8c5541e1e4f849412c9967c8385738dc0fea366998be7a8f2b0b1f31d2197745b541c9d9f85cc4dfeb68632dab96c7ae7efbb500ae67
9
10%define newlib_version eb03ac1
11%define newlib_external 1
12%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
13%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
14%hash sha512 newlib-%{newlib_version}.tar.gz e6753c0573f89646bcd9a1d00e4af21361247f1c9ae48b548c1c2bc5b50030cc99b4118dc2f7877a8539136e951413513ab737bb47105580929bb90a4fd550ea
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 with_threads 1
20%define with_plugin 0
21%define with_iconv 1
22
23%include %{_configdir}/gcc-9.cfg
Note: See TracBrowser for help on using the repository browser.