From d8daad23f4d9ed8fb1ac53614cdf01aa4424ebe2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 6 Jun 2018 10:17:48 +0200 Subject: [PATCH] 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. --- source-builder/config/gdb-7-1.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/source-builder/config/gdb-7-1.cfg b/source-builder/config/gdb-7-1.cfg index a045c3b..d13d536 100644 --- a/source-builder/config/gdb-7-1.cfg +++ b/source-builder/config/gdb-7-1.cfg @@ -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 \