Build only the GDB

The Binutils and GDB share a repository.  In order to build the GDB
from a repository snapshot some components must be disabled.

Update #3453.
This commit is contained in:
Sebastian Huber 2018-06-06 10:17:48 +02:00
parent 9530518b4a
commit d8daad23f4

View File

@ -111,6 +111,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--build=%{_build} --host=%{_host} \
--target=%{_target} \
--verbose --disable-nls \
--disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof \
%{?with_system_readline:--with-system-readline} \
--without-included-gettext \
--disable-win32-registry \