source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.30.cfg @ 295f9e9

Last change on this file since 295f9e9 was 703532c, checked in by Sebastian Huber <sebastian.huber@…>, on 01/31/18 at 08:29:14

5: Add versions to file names

  • Property mode set to 100644
File size: 649 bytes
Line 
1#
2# Binutils 2.30.
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.30
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 c3ce91aa20f058ec589bf18c722bf651331b394db6378900cc813cc0eea3a331a96584d5ae090630b627369510397dccc9edfcd43d4aeefc99579f277a05c72c
11
12#
13# Enable deterministic archives by default. This will be the default
14# there all tools using this binutils will create deterministic
15# archives.
16#
17%define with_deterministic_archives 1
18
19#
20# Enable 64-bit BFD support
21#
22%define with_64_bit_bfd 1
23
24#
25# The binutils build instructions. We use 2.xx Release 1.
26#
27%include %{_configdir}/binutils-2-1.cfg
Note: See TracBrowser for help on using the repository browser.