Enable 64-bit BFD support. Needed on 32bit hosts

Closes #3157.
This commit is contained in:
Joel Sherrill 2017-10-11 07:07:23 -05:00 committed by Joel Sherrill
parent c7f286e100
commit c4b6bf0d6d
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,11 @@
#
%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.
#

View File

@ -70,6 +70,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--target=%{_target} \
--verbose --disable-nls \
%{?with_deterministic_archives:--enable-deterministic-archives} \
%{?with_64_bit_bfd:--enable-64-bit-bfd} \
%{?with_gold:--enable-gold=yes} \
%{?with_lto:--enable-lto --enable-plugins}%{!?with_lto:--disable-lto} \
--without-included-gettext \