source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.29-1.cfg @ 599c4d7

5
Last change on this file since 599c4d7 was c4b6bf0, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/17 at 12:07:23

Enable 64-bit BFD support. Needed on 32bit hosts

Closes #3157.

  • Property mode set to 100644
File size: 941 bytes
Line 
1#
2# Binutils 2.29.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.29
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 8148587d7e4f14ebcbcb3f984b116deaae5d4008228628acde14bc242a64a4b53faf1f6077a2c4ca4750e2f254b698ba506bd657f79e1202e87e7029b0069337
11
12%patch add binutils -p1 https://devel.rtems.org/raw-attachment/ticket/3091/0001-Fix-Binutils-2.29-PR21884.patch
13%hash sha512 0001-Fix-Binutils-2.29-PR21884.patch 19f31152c3d5df4e1d0bd05316c8418a12790ca75e76d9188ad55aca5cb601a37396132283611ec2843630bdcb82eaeca727faa0a78fd9fd4f752fc0c3b0d3d2
14
15#
16# Enable deterministic archives by default. This will be the default
17# there all tools using this binutils will create deterministic
18# archives.
19#
20%define with_deterministic_archives 1
21
22#
23# Enable 64-bit BFD support
24#
25%define with_64_bit_bfd 1
26
27#
28# The binutils build instructions. We use 2.xx Release 1.
29#
30%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.