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

Last change on this file since ac9a52f was 46ff999, checked in by Sebastian Huber <sebastian.huber@…>, on 11/21/22 at 19:45:33

6/7: Update Newlib

  • 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 f1b7681
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 \
9  woO4vYdjUqOTf4lcXvFplIL8iBj29upTTPc6BW6RtdppNNIrcVep9U1tdICbw67TMg1MC38KNLqxpccSWtzf1w==
10
11%define newlib_version b9898fc
12%define newlib_external 1
13%define newlib_expand_name sourceware-mirror-newlib-cygwin-%{newlib_version}
14%source set newlib --rsb-file=newlib-%{newlib_version}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/%{newlib_version}
15%hash sha512 newlib-%{newlib_version}.tar.gz \
16  FT/pbC/4hXi/cJAbDuahqdm3DHa9xLQMNkxvs2i2S1D2X+mGwHEtkUtU6q0PWos+4tMdQw+7R3oM25dwwgl9tQ==
17
18%patch add newlib -p1 https://devel.rtems.org/raw-attachment/ticket/4510/0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch
19%hash sha512 0001-aarch64-Add-ILP32-ABI-support-in-assembly-v2.patch 7ca237eabfd5b382713186e1fc290dfc999a353315795ecb8dd0d22fcd1ab7f5bf31f4329954adab91ad04c100dcac0e86d406fdbce8f82cf9dc23842c88caf6
20
21%define with_threads 1
22%define with_plugin 0
23%define with_iconv 1
24
25%include %{_configdir}/gcc-12.cfg
Note: See TracBrowser for help on using the repository browser.