[rtems-source-builder commit] gdb: Fix building on FreeBSD 11.0

Chris Johns chrisj at rtems.org
Tue Mar 7 21:45:46 UTC 2017


Module:    rtems-source-builder
Branch:    master
Commit:    c6d162b78acf43b034bb94118ce5b4d07a8c90af
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=c6d162b78acf43b034bb94118ce5b4d07a8c90af

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Mar  8 08:40:56 2017 +1100

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.

---

 rtems/config/tools/rtems-gdb-7.12-1.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/rtems/config/tools/rtems-gdb-7.12-1.cfg b/rtems/config/tools/rtems-gdb-7.12-1.cfg
index 215b954..52c9fa2 100644
--- a/rtems/config/tools/rtems-gdb-7.12-1.cfg
+++ b/rtems/config/tools/rtems-gdb-7.12-1.cfg
@@ -19,8 +19,10 @@
 # FreeBSD specific fixes (still OK from 7.11)
 #
 %if %{_build_os} == freebsd
- %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
- %hash  md5 patch-gdb-python-python-config.py c0260fcca4c1a5509635049c0094eee3
+ %patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-gnulib-import-stddef.in.h?revision=428876&view=co
+ %hash  sha256 patch-gdb-gnulib-import-stddef.in.h da35940004c6fa8d113013c1019e0a3b8267d1d5e1d79b2c78becb055cd261f3
+ %patch add gdb -p0 https://svnweb.freebsd.org/ports/head/devel/gdb/files/patch-gdb-python-python-config.py?revision=384978&view=co
+ %hash  sha256 patch-gdb-python-python-config.py 1c5d1362828c9b343e4a48a0cc1f63775726fbe8c9ead6078dec76442c0221ea
 %endif
 
 #



More information about the vc mailing list