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

Last change on this file since 3abfc9c was 3abfc9c, checked in by Sebastian Huber <sebastian.huber@…>, on 05/09/22 at 10:06:56

7: Remove superfluous GCC patch

  • 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 27239e1
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 778bbf64fb5eb98dab7bf3b8fbb41252b6613ef4b2b06016c07836ab1733a5ca9ae7e8961f75a4312d163df5a0ea580eaf6b4e436d9661723998abdec99f5284
9
10%define newlib_version 64b2081
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 0e142b06b855b78729c3319e31cf5c15b48cea1f90e001ae1e2d61793c496374065c5658e835e6277ae0739af22ea397feb2c1bc2509a6a80ee6c03818efbf55
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.