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

4.104.95
Last change on this file since f337f5b5 was f337f5b5, checked in by Chris Johns <chrisj@…>, on 02/29/16 at 06:53:57

4.12: Add aarch64 and x86_64 support.

  • Property mode set to 100644
File size: 902 bytes
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# Enable deterministic archives by default. This will be the default
20# there all tools using this binutils will create deterministic
21# archives.
22#
23%define with_deterministic_archives 1
24
25#
26# The binutils build instructions. We use 2.xx Release 1.
27#
28%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.