summaryrefslogtreecommitdiffstats
path: root/source-builder/config/gdb-7-1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/config/gdb-7-1.cfg')
-rw-r--r--source-builder/config/gdb-7-1.cfg7
1 files changed, 6 insertions, 1 deletions
diff --git a/source-builder/config/gdb-7-1.cfg b/source-builder/config/gdb-7-1.cfg
index 0fef5b3..21591b5 100644
--- a/source-builder/config/gdb-7-1.cfg
+++ b/source-builder/config/gdb-7-1.cfg
@@ -7,10 +7,14 @@
#
# See if the simulator has been disabled for Windows.
#
+# Build using the system's readline, it is in better shape
+# than GDB's one with MSYS2.
+#
%if %{_host_os} == win32
%if %{defined win32-gdb-disable-sim}
%define gdb-disable-sim 1
- %endif
+ %endif
+ %define with_system_readline 1
%endif
#
@@ -107,6 +111,7 @@ BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
--build=%{_build} --host=%{_host} \
--target=%{_target} \
--verbose --disable-nls \
+ %{?with_system_readline:--with-system-readline} \
--without-included-gettext \
--disable-win32-registry \
--disable-werror \