source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.27-1.cfg @ c80ab5b

5
Last change on this file since c80ab5b was 9c50131, checked in by Joel Sherrill <joel@…>, on 11/14/16 at 23:57:46

binutils-2.27-1: Fetch patch from rtems-tools

  • Property mode set to 100644
File size: 763 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.27
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 cf276f84935312361a2ca077e04d0b469d23a3aed979d8ba5d92ea590904ffb2c2e7ed12cc842822bfc402836be86f479660cef3791aa62f3753d8a1a6f564cb
11
12#
13# SPARC GAS fixes.
14#
15%patch add binutils %{rtems_binutils_patches}/binutils-2.26-gas-reloc.patch
16%hash md5 binutils-2.26-gas-reloc.patch 1b88374118c2da61eeaca9c4ba1ce42c
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.