source: rtems-source-builder/rtems/config/tools/rtems-binutils-2.33.1.cfg @ 081f8ff

Last change on this file since 081f8ff was 82451de, checked in by Sebastian Huber <sebastian.huber@…>, on 11/04/19 at 06:16:44

5: Update to Binutils 2.33.1

  • Property mode set to 100644
File size: 652 bytes
Line 
1#
2# Binutils 2.33.1
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define binutils_version 2.33.1
9
10%hash sha512 binutils-%{binutils_version}.tar.bz2 bfdbb49a9002dd9bae8ab3c9347e05bd968ad97837c3e71b046eb8721c45a73db01f880dbdf0911bb37a97be37d6cc3b26d0855964a011f593ccbf1d08641c87
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.