mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
parent
c7f286e100
commit
c4b6bf0d6d
@ -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.
|
||||
#
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user