source: rtems-source-builder/rtems/config/tools/rtems-gdb-7.12-1.cfg @ c6d162b

5
Last change on this file since c6d162b was c6d162b, checked in by Chris Johns <chrisj@…>, on 03/07/17 at 21:40:56

gdb: Fix building on FreeBSD 11.0

Add FreeBSD upstream patches to build on FreeBSD 11.0. See
https://sourceware.org/bugzilla/show_bug.cgi?id=21206.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2# GDB 7.12
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version 7.12
9%define gdb_src_ext xz
10%hash md5 gdb-%{gdb_version}.tar.xz a0a3a00f7499b0c5278ba8676745d180
11
12#
13# ERC32 simulator fixes. (still OK from 7.11)
14#
15%patch add gdb %{rtems_gdb_patches}/gdb-7.11-sis-leon2-leon3.diff
16%hash md5 gdb-7.11-sis-leon2-leon3.diff 88eac302290ea2a58bd7e08aaca94efd
17
18#
19# FreeBSD specific fixes (still OK from 7.11)
20#
21%if %{_build_os} == freebsd
22 %patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h?revision=428876&view=co
23 %hash  sha256 patch-gdb-gnulib-import-stddef.in.h da35940004c6fa8d113013c1019e0a3b8267d1d5e1d79b2c78becb055cd261f3
24 %patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-python-python-config.py?revision=384978&view=co
25 %hash  sha256 patch-gdb-python-python-config.py 1c5d1362828c9b343e4a48a0cc1f63775726fbe8c9ead6078dec76442c0221ea
26%endif
27
28#
29# The gdb build instructions. We use 7.xx Release 1.
30#
31%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.