summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Kölbl <andreas.koelbl@st.oth-regensburg.de>2017-07-01 18:01:20 +0200
committerChris Johns <chrisj@rtems.org>2017-07-04 07:59:46 +1000
commitd413d7e228544e855b26502ec1d6517d45a3f8e8 (patch)
treec3122d0e3a6056621a2229389387ae0e83f4b68e
parent4.12: Enable global stdio streams (diff)
downloadrtems-source-builder-d413d7e228544e855b26502ec1d6517d45a3f8e8.tar.bz2
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.
-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 21591b5..a045c3b 100644
--- a/source-builder/config/gdb-7-1.cfg
+++ b/source-builder/config/gdb-7-1.cfg
@@ -119,6 +119,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
%{?gdb-sim-options:%{gdb-sim-options}} \
--without-zlib \
--with-expat \
+ --with-guile=no \
%{!?without_python:%{with_python_option}} \
--prefix=%{_prefix} --bindir=%{_bindir} \
--exec-prefix=%{_exec_prefix} \