summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-binutils-906c6f2c54425f18eccb30e3ae54cbe620f0fe86.cfg
blob: efd114ae006c00236043e996eb5292329b156f70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Binutils
#

%include %{_configdir}/checks.cfg
%include %{_configdir}/base.cfg

%define binutils_version 906c6f2c54425f18eccb30e3ae54cbe620f0fe86
%define binutils_external 1
%define binutils_expand_name sourceware-mirror-binutils-gdb-%{binutils_version}
%source set binutils --rsb-file=%{binutils_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{binutils_version}
%hash sha512 %{binutils_expand_name}.tar.gz 60d61ef67b82bc74b7375313ac05b1b4885be0154e3595268ce6748683ffc3a60fcc61e3863abaae86617117b4a1ef89a91ed8351af4608ae874ff4d0494cfe7

#
# Enable deterministic archives by default. This will be the default
# there all tools using this binutils will create deterministic
# archives.
#
%define with_deterministic_archives 1

#
# Enable 64-bit BFD support
#
%define with_64_bit_bfd 1

#
# The binutils build instructions. We use 2.xx Release 1.
#
%include %{_configdir}/binutils-2-1.cfg