source: rtems-source-builder/rtems/config/tools/rtems-binutils-head.cfg

Last change on this file was 6e8bd42, checked in by Sebastian Huber <sebastian.huber@…>, on 11/21/23 at 12:34:00

7: Update Binutils, GDB, and GCC

Keep RTEMS up to date with the upstream development.

  • Property mode set to 100644
File size: 606 bytes
Line 
1%include %{_configdir}/checks.cfg
2%include %{_configdir}/base.cfg
3
4%define binutils_version eb42bb1
5%define binutils_external 1
6%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
7%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
8%hash sha512 %{binutils_expand_name}.tar.gz \
9  qDuLOqwQ/kQX30hIu5UVDqMuKjnpoKTEZ4xo85lrzq6VtnCd6nwdO5t9szbhJc4P1UWww9rRNMcqj7d2BKeNqg==
10
11%define with_deterministic_archives 1
12%define with_64_bit_bfd 1
13
14%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.