source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.24-1.cfg @ ac9a52f

Last change on this file since ac9a52f was d94bd01, checked in by Chris Johns <chrisj@…>, on 10/12/17 at 02:47:23

4.12: Update all MD5 hashes to SHA256.

Closes #2536.

  • Property mode set to 100644
File size: 526 bytes
Line 
1#
2# Binutils 2.24.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.24
9
10%hash sha256 binutils-%{binutils_version}.tar.bz2 e5e8c5be9664e7f7f96e0d09919110ab5ad597794f5b1809871177a0f0f14137
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# The binutils build instructions. We use 2.xx Release 1.
21#
22%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.