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

5
Last change on this file since 376edee was 295c197, checked in by Sebastian Huber <sebastian.huber@…>, on 07/31/17 at 12:21:05

4.12: Fix SIS patch URL

  • Property mode set to 100644
File size: 2.2 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.
14#
15%patch add gdb https://gaisler.org/gdb/gdb-7.12.1-sis-leon2-leon3.diff
16%hash md5 gdb-7.12.1-sis-leon2-leon3.diff 40670e05b7fc3868a405fb43138f3262
17
18%patch add gdb https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blobdiff_plain;f=gdb/location.c;h=8dce21ada12b3f8cb4145d1af96e29efe378bda2;hp=65116c732f7071444986c4b582580b7cc4622f0b;hb=909de2c5cc91b815d671f7018da2a925fbd19aaf;hpb=a945860b6cb4f8a26343ac5dcb0b42fe5fb2f68a
19%hash sha512 binutils-gdb-git-8dce21ada12b3f8cb4145d1af96e29efe378bda2.patch c5acc276312067cdb9bbda1678f066b3d2b2c1e11275574aa2e3b5c4541c51e670da00e057a184211b282df254e9e1afa14ae7563f2a0588cf11a4dcbd2e5f7a
20
21#
22# FreeBSD specific fixes (still OK from 7.11)
23#
24%if %{_build_os} == freebsd
25 %patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h?revision=428876&view=co
26 %hash  sha256 patch-gdb-gnulib-import-stddef.in.h da35940004c6fa8d113013c1019e0a3b8267d1d5e1d79b2c78becb055cd261f3
27 %patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-python-python-config.py?revision=384978&view=co
28 %hash  sha256 patch-gdb-python-python-config.py 1c5d1362828c9b343e4a48a0cc1f63775726fbe8c9ead6078dec76442c0221ea
29 %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
30 %hash sha256 PATCH_Define_an_error_function_in_the_PPC_simulator 26a39e952a5427207f4dc76beececbd72eaeb9ab85f984e53457df309767998c
31%endif
32
33%if %{_build_os} == darwin
34 %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
35 %hash sha256 PATCH_Define_an_error_function_in_the_PPC_simulator 26a39e952a5427207f4dc76beececbd72eaeb9ab85f984e53457df309767998c
36%endif
37
38#
39# The gdb build instructions. We use 7.xx Release 1.
40#
41%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.