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

5
Last change on this file since 376edee was d33c151, checked in by Sebastian Huber <sebastian.huber@…>, on 07/23/18 at 05:13:50

5: Merge riscv32 and riscv64 into riscv

After several upstream updates in Binutils, GCC, Newlib, and GDB it is
now possible to use a common riscv tool chain for the 32-bit and 64-bit
RISC-V.

Update GDB to ce73f310150418a9a1625ab60a527d959096a9e2 Git commit.

Close #3452.

  • Property mode set to 100644
File size: 576 bytes
Line 
1#
2# GDB
3#
4
5%include %{_configdir}/checks.cfg
6%include %{_configdir}/base.cfg
7
8%define gdb_version ce73f310150418a9a1625ab60a527d959096a9e2
9%define gdb_external 1
10%define gdb_expand_name sourceware-mirror-binutils-gdb-%{gdb_version}
11%source set gdb --rsb-file=%{gdb_expand_name}.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/%{gdb_version}
12%hash sha512 %{gdb_expand_name}.tar.gz a646330c5b21b978109ec21b3c1b58ef2f54d861086821e6b83c8762aec4c08fb2542f114d34052fe2713efd21bade79133a31b4a5313ab0b650234a8f3ec359
13
14%include %{_configdir}/gdb-7-1.cfg
Note: See TracBrowser for help on using the repository browser.