[rtems-source-builder commit] rtems-gdb-11.2.cfg: Add patch for hosts with readline 8.2

Joel Sherrill joel at rtems.org
Fri Feb 17 20:12:43 UTC 2023


Module:    rtems-source-builder
Branch:    master
Commit:    e1d5d93296a9bb6267f349974e044dbb5db27927
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=e1d5d93296a9bb6267f349974e044dbb5db27927

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Feb 16 16:25:15 2023 -0600

rtems-gdb-11.2.cfg: Add patch for hosts with readline 8.2

Get the fix from gdb git repo to fix build issue which showed
up on Cygwin but was cross platform.

Closes #4858.

---

 rtems/config/tools/rtems-gdb-11.2.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rtems/config/tools/rtems-gdb-11.2.cfg b/rtems/config/tools/rtems-gdb-11.2.cfg
index 31385e7..59dd402 100644
--- a/rtems/config/tools/rtems-gdb-11.2.cfg
+++ b/rtems/config/tools/rtems-gdb-11.2.cfg
@@ -9,4 +9,7 @@
 %define gdb_src_ext xz
 %hash sha512 gdb-%{gdb_version}.tar.xz 07e9026423438049b11f4f784d57401ece4e940570f613bd6958b3714fe7fbc2c048470bcce3e7d7d9f93331cdf3881d30dcc964cb113a071143a02b28e5b127
 
+%patch add gdb --rsb-file=gdb-readline8.2.patch https://sourceware.org/git/?p=binutils-gdb.git;a=commitdiff_plain;h=1add37b567a7dee39d99f37b37802034c3fce9c4
+%hash sha512 gdb-readline8.2.patch E/nGalfBBfn0rl/pi1SGIuKD11x0qREZBp3ajaFbl/nGMZUIm31M/1z0FsG76K7IjvE5pPsl2JqESt+LBN9lZA==
+
 %include %{_configdir}/gdb-common-1.cfg



More information about the vc mailing list