mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
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:
parent
9530518b4a
commit
d8daad23f4
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user