[rtems-source-builder commit] 5: Use custome GDB 7.11 without for or1k

Sebastian Huber sebh at rtems.org
Fri Nov 10 08:36:44 UTC 2017


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 10 09:34:12 2017 +0100

5: Use custome GDB 7.11 without for or1k

Do not include aarch64 and SPARC patches.

---

 rtems/config/5/rtems-or1k.bset          |  2 +-
 rtems/config/tools/rtems-gdb-7.11-2.cfg | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/rtems/config/5/rtems-or1k.bset b/rtems/config/5/rtems-or1k.bset
index c5ee757..b4cbdec 100644
--- a/rtems/config/5/rtems-or1k.bset
+++ b/rtems/config/5/rtems-or1k.bset
@@ -35,4 +35,4 @@ devel/expat-2.1.0-1
 tools/rtems-binutils-2.29-1
 tools/rtems-gcc-4.9.3-newlib-2.5.0.20170922-1
 tools/rtems-tools-5-1
-tools/rtems-gdb-7.11-1
+tools/rtems-gdb-7.11-2
diff --git a/rtems/config/tools/rtems-gdb-7.11-2.cfg b/rtems/config/tools/rtems-gdb-7.11-2.cfg
new file mode 100644
index 0000000..1e42a8d
--- /dev/null
+++ b/rtems/config/tools/rtems-gdb-7.11-2.cfg
@@ -0,0 +1,20 @@
+#
+# GDB 7.11
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+
+%define gdb_version 7.11
+%define gdb_src_ext xz
+%hash sha256 gdb-%{gdb_version}.tar.xz 7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
+
+%if %{_build_os} == freebsd
+ %patch add gdb -p0 %{rtems_gdb_patches}/patch-gdb-python-python-config.py
+ %hash  sha256 patch-gdb-python-python-config.py c06cafc9370063b6f966c68973434f9cce6227c96e22f8ea23f156126f0b33d3
+%endif
+
+#
+# The gdb build instructions. We use 7.xx Release 1.
+#
+%include %{_configdir}/gdb-7-1.cfg



More information about the vc mailing list