source: rtems-source-builder/rtems/config/tools/rtems-gdb-9.1-1.cfg @ 9be3668

5
Last change on this file since 9be3668 was 9be3668, checked in by Joel Sherrill <joel@…>, on 10/08/21 at 15:16:23

rtems-gdb-9.1-1.cfg: Add patch for Cygwin

The patch is needed to address link failures introduced when
Cygwin apparently changed their base address for executables.
This is not an issue with gdb 10 and this is a minimalistic
approach to addressing this failure on the 5 branch.

Closes #4523.

  • Property mode set to 100644
File size: 829 bytes
Line 
1#
2# GDB 9.1
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 9.1
9%define gdb_src_ext xz
10%hash sha512 gdb-%{gdb_version}.tar.xz hM3UCNgKP8V3neRZxbJhVNMbMp695+OqeHmfseskXYtkuMjuckI4Kh29lbTm+dhP70HRKgZGqnXT3uRwnqH25w==
11
12%patch add gdb https://devel.rtems.org/raw-attachment/ticket/4366/gdb-9-1-linker-error-fix.diff
13%hash sha512 gdb-9-1-linker-error-fix.diff QAtNCgJsDdfKno+IqHwqRGz1SR3YdTm34ERox2fqpgaGHI6H4GqNfmkJcJaIvSgzNxif24vqWO+bF/Djqa6wNg==
14
15%if %{_build_os} == win32
16  %if %{_windows_os} == cygwin
17    %patch add gdb https://devel.rtems.org/raw-attachment/ticket/4523/gdb-9-1-thread-local.diff
18    %hash sha512 gdb-9-1-thread-local.diff ln3rFWltmLCzXvRTz4ts/UoeX7MA49oBtkZWWuslpLEIpm7C/lxDG3/xT0GgJ2eQbENknttittCG31UKhUeljg==
19  %endif
20%endif
21
22%include %{_configdir}/gdb-common-1.cfg
Note: See TracBrowser for help on using the repository browser.