source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.32.cfg @ 780a2cf

5
Last change on this file since 780a2cf was f75cf6d, checked in by Sebastian Huber <sebastian.huber@…>, on 02/04/19 at 07:37:54

5: Update to Binutils 2.32

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