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

5
Last change on this file since 9b79c7b was 5feef65, checked in by Chris Johns <chrisj@…>, on 05/18/17 at 05:15:19

4.12/powerpc/gdb: Fix building the simulator on FreeBSD.

  • Property mode set to 100644
File size: 1.4 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 %patch add gdb --rsb-file=PATCH_Define_an_error_function_in_the_PPC_simulator https://sourceware.org/cgi-bin/get-raw-msg?listname=gdb-patches&date=2016-11&msgid=20161124152917.52189-1-jhb%40FreeBSD.org
27 %hash sha256 PATCH_Define_an_error_function_in_the_PPC_simulator 26a39e952a5427207f4dc76beececbd72eaeb9ab85f984e53457df309767998c
28%endif
29
30#
31# The gdb build instructions. We use 7.xx Release 1.
32#
33%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.