summaryrefslogtreecommitdiffstats
path: root/bare/config/devel/binutils-2.23.2-1.cfg
blob: b785e5844dfc1f1946153a8efcdfd30b85138f0d (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
#
# Binutils 2.23.
#

%include %{_configdir}/bare-config.cfg

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

%define binutils_version 2.23.2

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

#
# Include the bare patches
#
%include bare-binutils-patches.cfg

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