mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
Fix GDB build on ArchLinux
Archlinux provides both, libguile v2.0 and v2.2. GDB states in configuration its compatibility with both versions of libguile which is false. The SCM_port interface of libguile was removed in v2.2 and therefore breaks GDB as a user. RTEMS does not use libguile and therefore it can be compiled without support. https://sourceware.org/bugzilla/show_bug.cgi?id=21104 Close #3054.
This commit is contained in:
parent
5ede1c7e8b
commit
d413d7e228
@ -119,6 +119,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
|
|||||||
%{?gdb-sim-options:%{gdb-sim-options}} \
|
%{?gdb-sim-options:%{gdb-sim-options}} \
|
||||||
--without-zlib \
|
--without-zlib \
|
||||||
--with-expat \
|
--with-expat \
|
||||||
|
--with-guile=no \
|
||||||
%{!?without_python:%{with_python_option}} \
|
%{!?without_python:%{with_python_option}} \
|
||||||
--prefix=%{_prefix} --bindir=%{_bindir} \
|
--prefix=%{_prefix} --bindir=%{_bindir} \
|
||||||
--exec-prefix=%{_exec_prefix} \
|
--exec-prefix=%{_exec_prefix} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user