summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-06 10:17:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-13 10:43:53 +0200
commitd8daad23f4d9ed8fb1ac53614cdf01aa4424ebe2 (patch)
tree48cd0dc7375460da7fe41a8e797236577c2cc2bc
parentBuild only the Binutils (diff)
downloadrtems-source-builder-d8daad23f4d9ed8fb1ac53614cdf01aa4424ebe2.tar.bz2
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.
-rw-r--r--source-builder/config/gdb-7-1.cfg1
1 files changed, 1 insertions, 0 deletions
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 \