source: rtems-source-builder/rtems/config/tools/rtems-gdb-8.0.1-1.cfg @ 84a94f7

5
Last change on this file since 84a94f7 was 84a94f7, checked in by Joel Sherrill <joel@…>, on 10/24/18 at 21:20:05

rtems-gdb-8.0.1-1.cfg: Add Cygwin patch for ncurses not termcap

This also updates windows.py to distinguish betweem MSYS2 and Cygwin.

closes #3576.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1#
2# GDB 8.0.1
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 8.0.1
9%define gdb_src_ext xz
10%hash sha512 gdb-%{gdb_version}.tar.xz 5eb328910033f0918058be2f92caebf1e8dfc6caa3c730d99d621627e53de3c1b43761c2f683d53555893253c2f06768cbf56cdea051a3d291ffb6cfae87b5e1
11
12%patch add gdb https://devel.rtems.org/raw-attachment/ticket/3460/gdb-8.0.1-sis-leon2-leon3.diff
13%hash sha512 gdb-8.0.1-sis-leon2-leon3.diff a16859b5badbce8ecbc9259553b2abe7e93b4fb8ab899e18e8ddb294a1433f49df8ddee418bb6ab55dc2402e5ad6aca6274fb9e8b53278574f269a555fdeddcf
14
15 %ifos win32
16   %if %{_windows_os} == cygwin
17-    %patch add gdb --rsb-file=PATCH_Cygwin_has_ncurses_not_termcap https://sourceware.org/cgi-bin/get-raw-msg?listname=gdb-patches&date=2018-10&msgid=1540415244-4879-1-git-send-email-joel%40rtems.org
18-    %sha512sum PATCH_Cygwin_has_ncurses_not_termcap 941cba591de89cac1d74cf9c5ca787d23eeef198f621d211e87329131b831fdd108b78114e75952c113872a2117b598596a51dacefa87e1a37dfa7e9c58c14d1
19+    %patch add gdb https://devel.rtems.org/raw-attachment/ticket/3576/gdb-8.0.1-sis-cygwin.diff
20+    %hash sha512 gdb-8.0.1-sis-cygwin.diff a54457ad8b67cb172e3c6e6a141805b912e50e10bc8bd29babbaa530e39e0a6e0809c3749e59057ecb0fb4bb63a28b2bf6de7276d937cf6d0ecc831b3b317b69
21   %endif
22 %endif
23 
24
25%include %{_configdir}/gdb-8-1.cfg
Note: See TracBrowser for help on using the repository browser.