source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.9-1.cfg @ 3742749

4.104.114.95
Last change on this file since 3742749 was 3742749, checked in by Joel Sherrill <joel.sherrill@…>, on 03/25/15 at 21:50:57

Update 4.11 gdb to 7.9 for sparc and use Jiri Gaisler's patch set

It is combined into one until Chris can work around using the unorderd
dict container on the patch set.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1#
2# GDB 7.9
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.9
9%define gdb_src_ext xz
10%hash md5 gdb-%{gdb_version}.tar.xz e6279f26559d839f0b4218a482bcb43e
11
12#
13# Clean up the sim-arange inline code so it builds.
14#
15%patch add gdb %{rtems_gdb_patches}/gdb-sim-arange-inline.diff
16%hash  md5 gdb-sim-arange-inline.diff 11bb2936ea29afeaa023077191fd4705
17%patch add gdb %{rtems_gdb_patches}/gdb-sim-cgen-inline.diff
18%hash  md5 gdb-sim-cgen-inline.diff e6f7d6d7295cdba99f51aab514ea9778
19
20#
21# Fix building on Windows. Download the patches from GDB git repo.
22#
23#%define sourceware_binutils_gdb http://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch
24#%patch add gdb %{sourceware_binutils_gdb};h=63413d85873c450fa4ed2494f21fb1a65bdaf554
25#%patch add gdb %{sourceware_binutils_gdb};h=03b7960334677d33ee7410f2c819f78820c32024
26
27%if %{_build_os} == freebsd
28 %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
29 %hash  md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
30%endif
31
32#
33# The gdb build instructions. We use 7.xx Release 1.
34#
35%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.