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

4.11
Last change on this file since 4b69a14 was 4b69a14, checked in by Chris Johns <chrisj@…>, on 04/04/17 at 03:26:22

4.11/sparc: Add the binutils-2.26 SPARC R_SPARC_32 reloc fix.

See https://sourceware.org/bugzilla/show_bug.cgi?id=20803.

This fix is needed to support C++ exceptions in dynamically loaded
code.

Updates #2955.

  • 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.26
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 e77e1b8dbbcbaf9ac2fae95c4403615808af3be03b2e1d32448cd3a7d32c43273f8bcace3f2de84ec120a982879295673029da306e2885dbf5f990584932cfc7
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.