source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.31.1.cfg @ 376edee

5
Last change on this file since 376edee was 6725614, checked in by Sebastian Huber <sebastian.huber@…>, on 07/20/18 at 05:00:10

5: Update to Binutils 2.31.1

  • Property mode set to 100644
File size: 652 bytes
Line 
1#
2# Binutils 2.31.1
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.31.1
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 b42954e6f49a0adcd2676bdd77dfb59bfc25cec8184b007521d1e2b1d5d0593b58639e3d9448d5a40fe024c3cea386a37743627d6bb16d502f52a4a32b9573bd
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.