[PATCH 2/4] Build only the GDB

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Jun 6 09:45:33 UTC 2018


The Binutils and GDB share a repository.  In order to build the GDB
from a repository snapshot some components must be disabled.
---
 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 \
-- 
2.13.7



More information about the devel mailing list