Last change
on this file since f8d79ee was
f8d79ee,
checked in by Sebastian Huber <sebastian.huber@…>, on 11/21/22 at 19:50:32
|
7: Update Binutils, GDB, and GCC
|
-
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 5c0d171 |
---|
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 | YmWVYFj3u4xsBc1xEfm6EEnOd7WIkYyy7C0P0OSGS22mW6vPru00zQ7fqO4qSx71/leXJTRZsEyFUQE0CLr2jA== |
---|
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.