source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.26-1.cfg @ 18d4d29

5
Last change on this file since 18d4d29 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: 1.1 KB
Line 
1#
2# Binutils 2.26.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.26
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 e77e1b8dbbcbaf9ac2fae95c4403615808af3be03b2e1d32448cd3a7d32c43273f8bcace3f2de84ec120a982879295673029da306e2885dbf5f990584932cfc7
11
12#
13# Patches for x86_64 and aarch64
14#
15%patch add binutils -p1 %{rtems_binutils_patches}/binutils-2.26-rtems-aarch64-x86_64.patch
16%hash sha512 binutils-2.26-rtems-aarch64-x86_64.patch 2236cc22dda60d5c18a2ab5abc0f44bf487794f7c0899382bf49233e789e1fb34ce28b0f7a85069642f7cc06bd34d7634a441a8d92bf890de57bb89cc398349f
17
18#
19# SPARC GAS fixes.
20#
21%patch add binutils %{rtems_binutils_patches}/binutils-2.26-gas-reloc.patch
22%hash sha256 binutils-2.26-gas-reloc.patch 21f6e887a1e8308cf3dae9a9eba431b6d5afdf8798f48024f90d71fab07ceeee
23
24# Enable deterministic archives by default. This will be the default
25# there all tools using this binutils will create deterministic
26# archives.
27#
28%define with_deterministic_archives 1
29
30#
31# The binutils build instructions. We use 2.xx Release 1.
32#
33%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.