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

Last change on this file since ae6e598 was ae6e598, checked in by Sebastian Huber <sebastian.huber@…>, on 07/13/22 at 08:48:18

6/7: Update Newlib

This makes the --enable-newlib-reent-thread-local (_REENT_THREAD_LOCAL_STORAGE)
Newlib configuration option available.

Update #4560.

  • 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 2b09379
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 0eccca81970b2099c6cd8191a0069bd9b973c4c8f4208e8c6818b05f47a8b11679c56818855ef9229f3d54e236a96150bb665e37907c24378bbc26210df384c2
9
10%define newlib_version ea99f21
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 a4216024740c7d5ae6d21a6ab731dcf0bd7a4d70710bc1e79683e7d819812829216df08cd54d0ce7d61c2a959924419ea89367e4c6fb442e59839cacd85d2c52
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 with_threads 1
20%define with_plugin 0
21%define with_iconv 1
22
23%include %{_configdir}/gcc-12.cfg
Note: See TracBrowser for help on using the repository browser.