mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Build only the Binutils
The Binutils and GDB share a repository. In order to build the Binutils from a repository snapshot some components must be disabled. Update #3452.
This commit is contained in:
parent
a3a6c34c15
commit
9530518b4a
@ -69,6 +69,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
||||
--build=%{_build} --host=%{_host} \
|
||||
--target=%{_target} \
|
||||
--verbose --disable-nls \
|
||||
--disable-gdb --disable-libdecnumber --disable-readline --disable-sim \
|
||||
%{?with_deterministic_archives:--enable-deterministic-archives} \
|
||||
%{?with_64_bit_bfd:--enable-64-bit-bfd} \
|
||||
%{?with_gold:--enable-gold=yes} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user