summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-binutils-773ff7907c05313aebbcd5e8319e5b869ac4f792.cfg
blob: dd396c5ce9c338783d8dd657ee3ff1e86b4287b4 (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 773ff7907c05313aebbcd5e8319e5b869ac4f792
%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 97e9ee9f28e71d012e894080b736c6e3876a408e37163f2602b46bc053ddb700d8a6b1ba066b53a4a3a90a1645e4df8b6bd3fb5086cc0c1dda3e2847e7ff0c8e

#
# 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