source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.34.cfg @ 295f9e9

Last change on this file since 295f9e9 was 2c61edb, checked in by Sebastian Huber <sebastian.huber@…>, on 02/09/20 at 16:56:29

5: Update to Binutils 2.34

  • Property mode set to 100644
File size: 648 bytes
Line 
1#
2# Binutils 2.34
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.34
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 f47e7304e102c7bbc97958a08093e27796b9051d1567ce4fbb723d39ef3e29efa325ee14a1bdcc462a925a7f9bbbc9aee28294c6dc23850f371030f3835a8067
11
12#
13# Enable deterministic archives by default. This will be the default
14# there all tools using this binutils will create deterministic
15# archives.
16#
17%define with_deterministic_archives 1
18
19#
20# Enable 64-bit BFD support
21#
22%define with_64_bit_bfd 1
23
24#
25# The binutils build instructions. We use 2.xx Release 1.
26#
27%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.